xiongzhu 1 年之前
父節點
當前提交
4d37928bd1
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/app.module.ts

+ 1 - 2
src/app.module.ts

@@ -62,8 +62,7 @@ import { ChannelModule } from './channel/channel.module'
                     migrationsDir: config.get<string>('TYPEORM_MIGRATIONS_DIR'),
                     subscribersDir: config.get<string>('TYPEORM_SUBSCRIBERS_DIR')
                 },
-                autoLoadEntities: true,
-                logging: true
+                autoLoadEntities: true
             })
         }),
         ScheduleModule.forRoot(),