forked from 2600hz-archive/kazoo-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config
16 lines (16 loc) · 825 Bytes
/
app.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{lager, [
{handlers, [
{lager_console_backend, info}
,{lager_file_backend, [
{file, "log/error.log"}, {level, error}, {size, 10485760}, {date, "$D0"}, {count, 5}
]}
,{lager_file_backend, [
{file, "log/console.log"}, {level, info}, {size, 10485760}, {date, "$D0"}, {count, 5}
]}
,{lager_syslog_backend, ["2600hz", local0, debug, {lager_kazoo_formatter,["|", {function, <<"0000000000">>}, "|", module, ":", line, " (",pid, ") ", message, "\n"]}]}
]},
{colored, false}
,{error_logger_hwm, 500}
]}
].