日志:添加日志
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/log4js/con-log-${opts:serverId}.log',
|
||||
'pattern': 'connector',
|
||||
'maxLogSize': 1048576,
|
||||
'maxLogSize': 104857600,
|
||||
'layout': {
|
||||
'type': 'basic'
|
||||
},
|
||||
@@ -16,7 +16,7 @@ module.exports = {
|
||||
'rpc-log': {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/log4js/rpc-log-${opts:serverId}.log',
|
||||
'maxLogSize': 1048576,
|
||||
'maxLogSize': 104857600,
|
||||
'layout': {
|
||||
'type': 'basic'
|
||||
},
|
||||
@@ -25,7 +25,7 @@ module.exports = {
|
||||
'forward-log': {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/log4js/forward-log-${opts:serverId}.log',
|
||||
'maxLogSize': 1048576,
|
||||
'maxLogSize': 104857600,
|
||||
'layout': {
|
||||
'type': 'basic'
|
||||
},
|
||||
@@ -34,7 +34,7 @@ module.exports = {
|
||||
'rpc-debug': {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/log4js/rpc-debug-${opts:serverId}.log',
|
||||
'maxLogSize': 1048576,
|
||||
'maxLogSize': 104857600,
|
||||
'layout': {
|
||||
'type': 'basic'
|
||||
},
|
||||
@@ -43,7 +43,7 @@ module.exports = {
|
||||
'crash-log': {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/log4js/crash.log',
|
||||
'maxLogSize': 1048576,
|
||||
'maxLogSize': 104857600,
|
||||
'layout': {
|
||||
'type': 'basic'
|
||||
},
|
||||
@@ -52,7 +52,7 @@ module.exports = {
|
||||
'admin-log': {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/log4js/admin.log',
|
||||
'maxLogSize': 1048576,
|
||||
'maxLogSize': 104857600,
|
||||
'layout': {
|
||||
'type': 'basic'
|
||||
},
|
||||
@@ -70,7 +70,7 @@ module.exports = {
|
||||
'pinus-admin': {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/log4js/pinus-admin.log',
|
||||
'maxLogSize': 1048576,
|
||||
'maxLogSize': 104857600,
|
||||
'layout': {
|
||||
'type': 'basic'
|
||||
},
|
||||
@@ -79,7 +79,7 @@ module.exports = {
|
||||
'pinus-rpc': {
|
||||
'type': 'file',
|
||||
'filename': '/zyz_logs/log4js/pinus-rpc-${opts:serverId}.log',
|
||||
'maxLogSize': 1048576,
|
||||
'maxLogSize': 104857600,
|
||||
'layout': {
|
||||
'type': 'basic'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user