Make this actually compile and install Flowee.

This is a 'git' build.
This commit is contained in:
TomZ
2018-03-08 16:38:52 +01:00
parent b542110263
commit 32d62b7d7e
6 changed files with 149 additions and 10 deletions
+20
View File
@@ -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