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;