mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-15 20:13:47 +02:00
Make logging to syslog default
This commit is contained in:
parent
1593ecf2f2
commit
a636eba23f
1 changed files with 2 additions and 2 deletions
|
@ -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]}
|
||||
]}
|
||||
]}
|
||||
].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue