aboutsummaryrefslogtreecommitdiffstats
path: root/msb2pilot2/conf/log.yml
blob: 780df1a3bf91c417c3fc8d64438b40a9a2f58737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# level: Emergency, Alert, Critical, Error, Warn, Notice, Info and Debug
console:
  level: Debug

file:
  filename: msb2pilot.log
  level: Info
  maxlines: 300000
  #metric:M
  maxsize: 20
  daily: false
  maxdays: 3
  rotate: true