messageDefaults.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 messageDefaults:
3 {
4  destinations:
5  {
6  STDOUT:
7  {
8  type: cout
9  threshold: INFO
10  categories:
11  {
12  default: { limit: -1 }
13  }
14  }
15  }
16 }
17 END_PROLOG