destination_file_wStatistics3.fcl
Go to the documentation of this file.
1 # test conflicting requests for statistics
2 
3 message : {
4  destinations : {
5 
6  log : {
7  type : file
8  filename : "file_wStatistics3.log"
9  resetStatistics : false
10  }
11 
12  statistics : {
13  stat : {
14  type : file
15  filename : "file_wStatistics3.log"
16  reset : true
17  }
18  }
19 
20  }
21 }