mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2026-01-07 20:41:45 +00:00
21 lines
582 B
Plaintext
21 lines
582 B
Plaintext
[ {
|
|
owls ,
|
|
[
|
|
{ role , pseudo }
|
|
]}
|
|
,
|
|
{lager,
|
|
[
|
|
{log_root, "$$PROJECT_HOME$$/logs"},
|
|
{colored,true},
|
|
{handlers,
|
|
[
|
|
{lager_console_backend, [{level,error}]},
|
|
{lager_file_backend, [{file, "error.log"}, {level, error}, {size, 10485760}, {date, "$D0"}, {count, 5}]},
|
|
{lager_file_backend, [{file, "info.log"}, {level, info}, {size, 10485760}, {date, "$D0"}, {count, 5}]},
|
|
{lager_file_backend, [{file, "warning.log"}, {level, warning}, {size, 10485760}, {date, "$D0"}, {count, 5}]}
|
|
]}
|
|
] }
|
|
].
|
|
|