...
|
...
|
@@ -194,7 +194,7 @@ if (isProduction) { |
|
|
infoFile: {
|
|
|
name: 'info',
|
|
|
level: 'info',
|
|
|
filename: '/Data/logs/ufo-app-web/info/info.log',
|
|
|
filename: '/Data/logs/xianyu-app-web/info/info.log',
|
|
|
maxFiles: 1,
|
|
|
tailable: true,
|
|
|
maxsize: Math.pow(1024, 3),
|
...
|
...
|
@@ -206,7 +206,7 @@ if (isProduction) { |
|
|
errorFile: {
|
|
|
name: 'error',
|
|
|
level: 'error',
|
|
|
filename: '/Data/logs/ufo-app-web/error/error.log',
|
|
|
filename: '/Data/logs/xianyu-app-web/error/error.log',
|
|
|
maxFiles: 1,
|
|
|
tailable: true,
|
|
|
maxsize: Math.pow(1024, 3),
|
...
|
...
|
@@ -251,7 +251,7 @@ if (isProduction) { |
|
|
infoFile: {
|
|
|
name: 'info',
|
|
|
level: 'debug',
|
|
|
filename: '/Data/logs/ufo-app-web/info/info.log',
|
|
|
filename: '/Data/logs/xianyu-app-web/info/info.log',
|
|
|
maxFiles: 1,
|
|
|
tailable: true,
|
|
|
maxsize: Math.pow(1024, 3),
|
...
|
...
|
@@ -262,7 +262,7 @@ if (isProduction) { |
|
|
errorFile: {
|
|
|
name: 'error',
|
|
|
level: 'error',
|
|
|
filename: '/Data/logs/ufo-app-web/error/error.log',
|
|
|
filename: '/Data/logs/xianyu-app-web/error/error.log',
|
|
|
maxFiles: 1,
|
|
|
tailable: true,
|
|
|
maxsize: Math.pow(1024, 3),
|
...
|
...
|
|