mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2026-01-07 20:41:45 +00:00
26 lines
759 B
Docker
26 lines
759 B
Docker
[ {
|
|
owls ,
|
|
[
|
|
{ role , manager },
|
|
{ cert_db_dir, "/app_data/certs_db"},
|
|
{ rest_api_port, 9090 },
|
|
{ rest_api_tls, false },
|
|
{ oui_uri, "https://linuxnet.ca/ieee/oui.txt" },
|
|
{ rest_api_token, true }
|
|
]}
|
|
,
|
|
{lager,
|
|
[
|
|
{log_root, "/app_data/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}]}
|
|
]}
|
|
] }
|
|
].
|
|
|