implementação do logger
This commit is contained in:
@@ -18,7 +18,9 @@ import { ReasonTableModule } from './crm/reason-table/reason-table.module';
|
||||
import { NegotiationsModule } from './crm/negotiations/negotiations.module';
|
||||
import { HttpModule } from '@nestjs/axios';
|
||||
import { LogisticController } from './logistic/logistic.controller';
|
||||
import { CacheModule } from './core/configs/cache/redis.module';
|
||||
import { LogisticService } from './logistic/logistic.service';
|
||||
import { LoggerModule } from './Log/logger.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -29,12 +31,15 @@ import { LogisticService } from './logistic/logistic.service';
|
||||
NegotiationsModule,
|
||||
OccurrencesModule,
|
||||
ReasonTableModule,
|
||||
LoggerModule,
|
||||
DataConsultModule,
|
||||
ProductsModule,
|
||||
AuthModule,
|
||||
OrdersModule,
|
||||
TypeOrmModule.forRoot(typeOrmConfig),
|
||||
TypeOrmModule.forRoot(typeOrmPgConfig),
|
||||
CacheModule,
|
||||
|
||||
],
|
||||
controllers: [
|
||||
OcorrencesController, LogisticController,],
|
||||
|
||||
Reference in New Issue
Block a user