Skip to content

Commit ff228b5

Browse files
committed
Add --log-level=warn as an alias to --log-level=warning
1 parent d47c0fe commit ff228b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/log.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ const levelMap: Record<
460460
debug: "DEBUG",
461461
info: "INFO",
462462
warning: "WARN",
463+
warn: "WARN",
463464
error: "ERROR",
464465
critical: "CRITICAL",
465466
};

0 commit comments

Comments
 (0)