destination_file_categories.fcl
Go to the documentation of this file.
1 message : {
2  destinations : {
3  dest1 : {
4 
5  type : file
6  filename : "file_categories.log"
7 
8  categories : {
9 
10  default : {
11  limit : 10 // some int
12  reportEvery : 10 // some int
13  timespan : 10 // some int
14  }
15 
16  MemoryCheck : {
17  limit : 2
18  reportEvery : 1
19  timespan : 2
20  }
21 
22  debug : {
23  limit : 10
24  reportEvery : 2
25  }
26 
27 
28  }
29 
30  }
31  }
32 }