summarylogtreecommitdiffstats
path: root/logs.conf
diff options
context:
space:
mode:
authorTomZ2018-03-08 16:38:52 +0100
committerTomZ2018-03-08 19:56:45 +0100
commit32d62b7d7e740d87f291f9cefa3b88fa781aa21f (patch)
treedd34c151326cc3eb577d100927e1e75e9d14f306 /logs.conf
parentb54211026369e580259f20954ef963afb7b9435e (diff)
downloadaur-32d62b7d7e740d87f291f9cefa3b88fa781aa21f.tar.gz
Make this actually compile and install Flowee.
This is a 'git' build.
Diffstat (limited to 'logs.conf')
-rw-r--r--logs.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/logs.conf b/logs.conf
new file mode 100644
index 000000000000..95e0b40b23d5
--- /dev/null
+++ b/logs.conf
@@ -0,0 +1,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