Initial commit
- rough filestructure - first simplistic daemon
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# Husk config file
|
||||
#
|
||||
|
||||
logfile_config = "./config/log4rs.yml"
|
||||
@@ -0,0 +1,16 @@
|
||||
appenders:
|
||||
stdout_appender:
|
||||
kind: console
|
||||
encoder:
|
||||
pattern: "{h({d(%Y-%m-%d %H:%M:%S)(utc)} - {l}: {m}{n})}"
|
||||
|
||||
file_appender:
|
||||
kind: file
|
||||
path: "/tmp/husk.log"
|
||||
encoder:
|
||||
pattern: "{h({d(%Y-%m-%d %H:%M:%S)(utc)} - {l}: {m}{n})}"
|
||||
|
||||
root:
|
||||
level: debug
|
||||
appenders:
|
||||
- file_appender
|
||||
Reference in New Issue
Block a user