WildcardDebug_t.fcl
Go to the documentation of this file.
1 message: {
2  debugModules: [ "*" ]
3  suppressInfo: []
4  destinations: {
5  d1: {
6  #type: file
7  #filename: "d1.txt"
8  #append: false
9  type: cout
10  threshold: DEBUG
11  format: {
12  timestamp: ""
13  }
14  }
15  }
16 }
17