Init Gitea
This commit is contained in:
15
log4js-conf.json
Normal file
15
log4js-conf.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user