Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 5c8c4f5

Browse files
committed
refactor: comment out logger name in log formatter (#1019)
1 parent d6f0cde commit 5c8c4f5

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/common

1 file changed

+1
-1
lines changed

packages/core/src/common/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function formatter(log: LogRecord): string {
107107
return stringify(
108108
//["ts", formatTimestamp(log.datetime)],
109109
["level", LevelNameMap[log.level]],
110-
["target", log.loggerName],
110+
// ["target", log.loggerName],
111111
["msg", log.msg],
112112
...args,
113113
);

0 commit comments

Comments
 (0)