From f3f1d4f6a3e3670cda614674201ecd88c0e04f35 Mon Sep 17 00:00:00 2001 From: ap <951984189@qq.com> Date: Tue, 16 Nov 2021 09:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/plugin.ts b/src/config/plugin.ts index 521c90e..5ec28cd 100755 --- a/src/config/plugin.ts +++ b/src/config/plugin.ts @@ -7,5 +7,5 @@ export default { enable: true, package: 'egg-view-nunjucks', }, - logrorator: false, + logrotator: false, // disable when use @midwayjs/logger } as EggPlugin;