destination_file_timestamp.fcl
Go to the documentation of this file.
1 message : {
2  destinations : {
3  log1 : {
4  type : file
5  filename : "none.log"
6  format : {
7  timestamp : none
8  }
9  }
10 
11  log2 : {
12  type : file
13  filename : "default.log"
14  format : {
15  timestamp : default
16  }
17  }
18 
19  log3 : {
20  type : file
21  filename : "default_ms.log"
22  format : {
23  timestamp : default_ms
24  }
25  }
26 
27  log4 : {
28  type : file
29  filename : "user.log"
30  format : {
31  timestamp : "%Y.%m.%d %H:%M:%S %Z"
32  }
33  }
34 
35  }
36 }