Skip to content

Commit e04c73e

Browse files
committed
refactor: add kilocode_change
1 parent 6bf9c99 commit e04c73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/logging/CompactTransport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class CompactTransport implements ICompactTransport {
9595

9696
// Write to console if level is enabled
9797
if (this.config.level && isLevelEnabled(this.config.level, entry.l)) {
98-
console.log(output)
98+
console.log(output) // kilocode_change
9999
}
100100

101101
// Write to file if enabled

0 commit comments

Comments
 (0)