Added some fixes for the Linux installer/service - now shipping a log4rs config; creates /var/log for log files; fixed name of service file
This commit is contained in:
12
build/etc/log4rs.yaml
Normal file
12
build/etc/log4rs.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
appenders:
|
||||
stdout:
|
||||
kind: console
|
||||
encoder:
|
||||
pattern: "{d(%+)(utc)} {h({l})}: {m}{n}"
|
||||
filters:
|
||||
- kind: threshold
|
||||
level: info
|
||||
root:
|
||||
level: info
|
||||
appenders:
|
||||
- stdout
|
Reference in New Issue
Block a user