summarylogtreecommitdiffstats
path: root/logs.conf
blob: 95e0b40b23d5c3ae6030aa23b6e81ea07647ab6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Flowee the Hub log config.
# See for more details http://flowee.org/hub/log-config/

channel file
  # timestamp option takes [time, millisecond, date]. Any combination allowed. None of these 3 for no timestamps
  option timestamp time millisecond
  option path /var/log/flowee/hub.log

# this makes the log go to the journal.
channel console

#####  Set the verbosity of the logging per log-section
# See for more details http://flowee.org/hub/log-sections/

# silent only shows fatal
# quiet only shows critical and fatal
# info shows warning, info, critical and fatal
# debug shows everything.

ALL quiet