Skip to content

Commit

Permalink
Update logger.ts (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Apr 26, 2023
1 parent aaee923 commit 6904845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export async function configLogger(config: LoggerConfig) {

if (!enable) {
logger = new log.Logger("fakeLogger", "NOTSET", {});
logger.level = 100;
logger.level = 0;
} else {
if (!config.logger) {
await log.setup({
Expand Down

0 comments on commit 6904845

Please sign in to comment.