@@ -78,16 +78,6 @@ namespace edm {
7878 cerr.category [" Root_NoDictionary" ] = Root_NoDictionary;
7979 destination[" cerr" ] = cerr;
8080 }
81- {
82- Destination FrameworkJobReport; // PSet FrameworkJobReport
83- Category default_for_dest; // PSet default
84- default_for_dest.limit = 0 ; // int32 limit = 0
85- FrameworkJobReport.category [" default" ] = default_for_dest;
86- Category FwkJob; // PSet FwkJob
87- FwkJob.limit = 10000000 ; // int32 limit = 10000000
88- FrameworkJobReport.category [" FwkJob" ] = FwkJob;
89- destination[" FrameworkJobReport" ] = FrameworkJobReport;
90- }
9181 {
9282 Destination cerr_stats; // PSet cerr_stats
9383 cerr_stats.threshold = " WARNING" ; // string threshold = "WARNING"
@@ -133,16 +123,6 @@ namespace edm {
133123 cerr.category [" Root_NoDictionary" ] = Root_NoDictionary;
134124 destination[" cerr" ] = cerr;
135125 }
136- {
137- Destination FrameworkJobReport; // PSet FrameworkJobReport
138- Category default_for_dest; // PSet default
139- default_for_dest.limit = 0 ; // int32 limit = 0
140- FrameworkJobReport.category [" default" ] = default_for_dest;
141- Category FwkJob; // PSet FwkJob
142- FwkJob.limit = 10000000 ; // int32 limit = 10000000
143- FrameworkJobReport.category [" FwkJob" ] = FwkJob;
144- destination[" FrameworkJobReport" ] = FrameworkJobReport;
145- }
146126 {
147127 Destination cerr_stats; // PSet cerr_stats
148128 cerr_stats.threshold = " INFO" ; // string threshold = "INFO"
0 commit comments