Files
thehub-aur/logs.conf
T

20 lines
616 B
Plaintext
Raw Normal View History

# Flowee the Hub log config.
2019-03-29 22:19:03 +01:00
# See for more details https://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
2019-05-17 23:29:03 +02:00
option path /var/log/flowee/
# this makes the log go to the journal.
channel console
2019-09-06 11:51:41 +02:00
option timestamp time
##### 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.