Comment lager syslog to be compatible with Erlang/OTP R21

This commit is contained in:
Feng Lee 2018-07-19 09:34:49 +08:00
parent 7ee54aac28
commit e2a34ec98d
1 changed files with 2 additions and 2 deletions

View File

@ -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