Skip to content

Commit

Permalink
Cleanup a duplicate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 10, 2023
1 parent 274cc19 commit abe067f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/logger/src/utils/consoleTransport.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {Logger, transports} from "winston";
import {LEVEL, LogLevel, WinstonLogInfo} from "../interface.js";
import {LogLevel} from "../interface.js";

export class ConsoleDynamicLevel extends transports.Console {
private readonly levelByModule = new Map<string, LogLevel>();
Expand Down

0 comments on commit abe067f

Please sign in to comment.