Skip to content

Commit

Permalink
[Bugfix] Don't disable existing loggers (vllm-project#7664)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ys authored Aug 19, 2024
1 parent 7601cb0 commit da11523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
},
"version": 1,
"disable_existing_loggers": False
}


Expand Down

0 comments on commit da11523

Please sign in to comment.