Skip to content

Commit 53b1492

Browse files
committed
Fix up comment
1 parent 092867e commit 53b1492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logging/RollingLogTransport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Transport: typeof TransportType = require("winston-transport");
2121
export class RollingLogTransport extends Transport {
2222
constructor(private rollingLog: RollingLog) {
2323
super();
24-
this.level = "info"; // This log is used for testing, we
24+
this.level = "info"; // This log is used for testing, we don't want to hold verbose log messages
2525
}
2626

2727
// eslint-disable-next-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)