Make logging to syslog default

This commit is contained in:
Maciej Szlosarczyk 2019-06-06 17:16:23 +03:00
parent 1593ecf2f2
commit a636eba23f
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765

View file

@ -25,8 +25,8 @@
{crlfile_path, "/opt/shared/ca/certs/key.pem"}]}, {crlfile_path, "/opt/shared/ca/certs/key.pem"}]},
{lager, [ {lager, [
{handlers, [ {handlers, [
{lager_console_backend, [{level, debug}]} {lager_console_backend, [{level, debug}]},
%% {lager_syslog_backend, ["epp_proxy", local1, debug]} {lager_syslog_backend, ["epp_proxy", local0, debug]}
]} ]}
]} ]}
]. ].