log verbose in file redis

This commit is contained in:
Davidson Gomes
2023-07-05 12:54:19 -03:00
parent f51c3b6519
commit a2779612be
5 changed files with 69 additions and 6 deletions

View File

@@ -67,7 +67,6 @@ export class Logger {
this.configService.get<Log>('LOG').LEVEL.forEach((level) => types.push(Type[level]));
const typeValue = typeof value;
if (types.includes(type)) {
if (configService.get<Log>('LOG').COLOR) {
console.log(