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
c0e3ecd6
Unverified
Commit
c0e3ecd6
authored
Feb 24, 2025
by
Roger Meier
Committed by
GitHub
Feb 24, 2025
Browse files
[Bugfix] fix(logging): add missing opening square bracket (#13011)
parent
23eca9cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/logger.py
vllm/logger.py
+1
-1
No files found.
vllm/logger.py
View file @
c0e3ecd6
...
@@ -20,7 +20,7 @@ VLLM_LOGGING_LEVEL = envs.VLLM_LOGGING_LEVEL
...
@@ -20,7 +20,7 @@ VLLM_LOGGING_LEVEL = envs.VLLM_LOGGING_LEVEL
VLLM_LOGGING_PREFIX
=
envs
.
VLLM_LOGGING_PREFIX
VLLM_LOGGING_PREFIX
=
envs
.
VLLM_LOGGING_PREFIX
_FORMAT
=
(
f
"
{
VLLM_LOGGING_PREFIX
}
%(levelname)s %(asctime)s "
_FORMAT
=
(
f
"
{
VLLM_LOGGING_PREFIX
}
%(levelname)s %(asctime)s "
"%(filename)s:%(lineno)d] %(message)s"
)
"
[
%(filename)s:%(lineno)d] %(message)s"
)
_DATE_FORMAT
=
"%m-%d %H:%M:%S"
_DATE_FORMAT
=
"%m-%d %H:%M:%S"
DEFAULT_LOGGING_CONFIG
=
{
DEFAULT_LOGGING_CONFIG
=
{
...
...
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