15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"appenders": {
|
|
"system":
|
|
{
|
|
"type": "file",
|
|
"filename": "logs/sisai_portal.log",
|
|
"maxLogSize": 10000000,
|
|
"backups": 100,
|
|
"layout": { "type": "pattern", "pattern": "%d[%p]%m" }
|
|
}
|
|
},
|
|
"categories": {
|
|
"default": { "appenders": ["system"], "level": "debug" }
|
|
}
|
|
} |