✨ feat(兼容): 配表使用后台隐藏物品
This commit is contained in:
@@ -113,6 +113,17 @@ module.exports = {
|
||||
'pattern': '%m',
|
||||
},
|
||||
'backups': 240,
|
||||
},
|
||||
'item': {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/item/log',
|
||||
'pattern': 'yyyy-MM-dd-hh',
|
||||
'alwaysIncludePattern': true,
|
||||
'layout': {
|
||||
'type': 'pattern',
|
||||
'pattern': '%m',
|
||||
},
|
||||
'backups': 240,
|
||||
}
|
||||
},
|
||||
|
||||
@@ -168,6 +179,10 @@ module.exports = {
|
||||
'ta': {
|
||||
'appenders': ['console', 'ta'],
|
||||
'level': 'info'
|
||||
},
|
||||
'item': {
|
||||
'appenders': ['console', 'item'],
|
||||
'level': 'info'
|
||||
}
|
||||
},
|
||||
'replaceConsole': true,
|
||||
|
||||
Reference in New Issue
Block a user