From e2a34ec98d3c377d0b2cf6f29bbdf81d5fdb50b7 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 19 Jul 2018 09:34:49 +0800 Subject: [PATCH] Comment lager syslog to be compatible with Erlang/OTP R21 --- etc/emqx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/emqx.conf b/etc/emqx.conf index 7101c3a7b..b95e8b1f1 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -391,12 +391,12 @@ log.crash.file = {{ platform_log_dir }}/crash.log ## Enable syslog. ## ## Values: on | off -log.syslog = on +## log.syslog = on ## Sets the severity level for syslog. ## ## Value: debug | info | notice | warning | error | critical | alert | emergency -log.syslog.level = error +## log.syslog.level = error ##-------------------------------------------------------------------- ## Allow Anonymous Authentication and Default ACL