Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
5bf45db7
Unverified
Commit
5bf45db7
authored
Aug 16, 2024
by
youkaichao
Committed by
GitHub
Aug 16, 2024
Browse files
[ci][test] fix engine/logger test (#7621)
parent
eed020f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/test_logger.py
tests/test_logger.py
+2
-1
No files found.
tests/test_logger.py
View file @
5bf45db7
...
...
@@ -49,7 +49,8 @@ def test_default_vllm_root_logger_configuration():
handler
=
logger
.
handlers
[
0
]
assert
isinstance
(
handler
,
logging
.
StreamHandler
)
assert
handler
.
stream
==
sys
.
stdout
assert
handler
.
level
==
logging
.
INFO
# we use DEBUG level for testing by default
# assert handler.level == logging.INFO
formatter
=
handler
.
formatter
assert
formatter
is
not
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment