introduce the logging module
This commit is contained in:
@@ -4,6 +4,7 @@ import { MongooseModule } from '@nestjs/mongoose';
|
||||
import Configuration from './config/configuration';
|
||||
import { VersioningModule } from './versioning/versioning.module';
|
||||
import { PerformanceModule } from './performance/performance.module';
|
||||
import { LoggingModule } from './logging/logging.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -24,6 +25,7 @@ import { PerformanceModule } from './performance/performance.module';
|
||||
}),
|
||||
VersioningModule,
|
||||
PerformanceModule,
|
||||
LoggingModule,
|
||||
],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user