From a636eba23ff5643780f231a6a85aa2b5fd02afc9 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 6 Jun 2019 17:16:23 +0300 Subject: [PATCH] Make logging to syslog default --- config/sys.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sys.config b/config/sys.config index 5bcbc7d..0d95440 100644 --- a/config/sys.config +++ b/config/sys.config @@ -25,8 +25,8 @@ {crlfile_path, "/opt/shared/ca/certs/key.pem"}]}, {lager, [ {handlers, [ - {lager_console_backend, [{level, debug}]} - %% {lager_syslog_backend, ["epp_proxy", local1, debug]} + {lager_console_backend, [{level, debug}]}, + {lager_syslog_backend, ["epp_proxy", local0, debug]} ]} ]} ].