This website requires JavaScript.
Explore
Help
Sign In
cartodb4
/
log4js-node
Watch
1
Star
0
Fork
0
You've already forked log4js-node
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2d432c55d5
log4js-node
/
test
/
with-log-rolling.json
11 lines
138 B
JSON
Raw
Normal View
History
Unescape
Escape
Added log rolling to config files
2010-12-06 15:23:43 +08:00
{
"appenders"
:
[
{
"type"
:
"file"
,
"filename"
:
"tmp-test.log"
,
"maxLogSize"
:
1024
,
Removed mentions of pollInterval (issue #93)
2012-09-04 11:48:35 +08:00
"backups"
:
3
Added log rolling to config files
2010-12-06 15:23:43 +08:00
}
]
Removed mentions of pollInterval (issue #93)
2012-09-04 11:48:35 +08:00
}
Reference in New Issue
Copy Permalink