This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
remove console backend due to avoid queue backups
4.1
karl anderson
9 years ago
parent
08da6d929c
commit
6dac34b6e9
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
core/sys.config
+ 1
- 2
core/sys.config
View File
@ -1,8 +1,7 @@
[
{lager, [
{handlers, [
{lager_console_backend, info}
,{lager_file_backend, [
{lager_file_backend, [
{file, "log/error.log"}, {level, error}, {size, 10485760}, {date, "$D0"}, {count, 5}
,{formatter, lager_default_formatter}
,{formatter_config, [time," [",severity,"] ", "|", {callid, <<"0000000000">>}, "|", module, ":", line, " (",pid, ") ", message, "\n"]}
Write
Preview
Loading…
Cancel
Save