🐎 ci(日志): 修改线上日志分割大小

This commit is contained in:
luying
2023-03-17 17:56:03 +08:00
parent 7a317be175
commit 7ff1ff6d8f
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export default (appInfo: EggAppInfo) => {
filesRotateBySize: [
'/zyz_logs/web-server/link-log.log',
],
maxFileSize: 1024,
maxFileSize: 1024 * 1024 * 1024,
};