|
@@ -194,7 +194,7 @@ if (isProduction) { |
|
@@ -194,7 +194,7 @@ if (isProduction) { |
194
|
infoFile: {
|
194
|
infoFile: {
|
195
|
name: 'info',
|
195
|
name: 'info',
|
196
|
level: 'info',
|
196
|
level: 'info',
|
197
|
- filename: '/Data/logs/xianyu-app-web/info/info.log',
|
197
|
+ filename: '/Data/logs/xianyu-ufo-app-web/info/info.log',
|
198
|
maxFiles: 1,
|
198
|
maxFiles: 1,
|
199
|
tailable: true,
|
199
|
tailable: true,
|
200
|
maxsize: Math.pow(1024, 3),
|
200
|
maxsize: Math.pow(1024, 3),
|
|
@@ -206,7 +206,7 @@ if (isProduction) { |
|
@@ -206,7 +206,7 @@ if (isProduction) { |
206
|
errorFile: {
|
206
|
errorFile: {
|
207
|
name: 'error',
|
207
|
name: 'error',
|
208
|
level: 'error',
|
208
|
level: 'error',
|
209
|
- filename: '/Data/logs/xianyu-app-web/error/error.log',
|
209
|
+ filename: '/Data/logs/xianyu-ufo-app-web/error/error.log',
|
210
|
maxFiles: 1,
|
210
|
maxFiles: 1,
|
211
|
tailable: true,
|
211
|
tailable: true,
|
212
|
maxsize: Math.pow(1024, 3),
|
212
|
maxsize: Math.pow(1024, 3),
|
|
@@ -251,7 +251,7 @@ if (isProduction) { |
|
@@ -251,7 +251,7 @@ if (isProduction) { |
251
|
infoFile: {
|
251
|
infoFile: {
|
252
|
name: 'info',
|
252
|
name: 'info',
|
253
|
level: 'debug',
|
253
|
level: 'debug',
|
254
|
- filename: '/Data/logs/xianyu-app-web/info/info.log',
|
254
|
+ filename: '/Data/logs/xianyu-ufo-app-web/info/info.log',
|
255
|
maxFiles: 1,
|
255
|
maxFiles: 1,
|
256
|
tailable: true,
|
256
|
tailable: true,
|
257
|
maxsize: Math.pow(1024, 3),
|
257
|
maxsize: Math.pow(1024, 3),
|
|
@@ -262,7 +262,7 @@ if (isProduction) { |
|
@@ -262,7 +262,7 @@ if (isProduction) { |
262
|
errorFile: {
|
262
|
errorFile: {
|
263
|
name: 'error',
|
263
|
name: 'error',
|
264
|
level: 'error',
|
264
|
level: 'error',
|
265
|
- filename: '/Data/logs/xianyu-app-web/error/error.log',
|
265
|
+ filename: '/Data/logs/xianyu-ufo-app-web/error/error.log',
|
266
|
maxFiles: 1,
|
266
|
maxFiles: 1,
|
267
|
tailable: true,
|
267
|
tailable: true,
|
268
|
maxsize: Math.pow(1024, 3),
|
268
|
maxsize: Math.pow(1024, 3),
|