Comment lager syslog to be compatible with Erlang/OTP R21
This commit is contained in:
parent
7ee54aac28
commit
e2a34ec98d
|
@ -391,12 +391,12 @@ log.crash.file = {{ platform_log_dir }}/crash.log
|
||||||
## Enable syslog.
|
## Enable syslog.
|
||||||
##
|
##
|
||||||
## Values: on | off
|
## Values: on | off
|
||||||
log.syslog = on
|
## log.syslog = on
|
||||||
|
|
||||||
## Sets the severity level for syslog.
|
## Sets the severity level for syslog.
|
||||||
##
|
##
|
||||||
## Value: debug | info | notice | warning | error | critical | alert | emergency
|
## Value: debug | info | notice | warning | error | critical | alert | emergency
|
||||||
log.syslog.level = error
|
## log.syslog.level = error
|
||||||
|
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## Allow Anonymous Authentication and Default ACL
|
## Allow Anonymous Authentication and Default ACL
|
||||||
|
|
Loading…
Reference in New Issue