summarylogtreecommitdiffstats
path: root/logs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'logs.conf')
-rw-r--r--logs.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/logs.conf b/logs.conf
deleted file mode 100644
index 0bd1aa9f9b70..000000000000
--- a/logs.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# Flowee the Hub log config.
-# See for more details https://flowee.org/docs/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/
-
-# this makes the log go to the journal.
-channel console
- 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.