mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
11 lines
138 B
JSON
11 lines
138 B
JSON
{
|
|
"appenders": [
|
|
{
|
|
"type": "file",
|
|
"filename": "tmp-test.log",
|
|
"maxLogSize": 1024,
|
|
"backups": 3
|
|
}
|
|
]
|
|
}
|