mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Tune expired UI session cleanup lock logging
Made-with: Cursor
This commit is contained in:
parent
21cf42f568
commit
60f6a5dcfa
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class ExpiredUISessionKeyCleanupManager:
|
|||
or False
|
||||
)
|
||||
if not lock_acquired:
|
||||
verbose_proxy_logger.warning(
|
||||
verbose_proxy_logger.debug(
|
||||
"Expired UI session key cleanup: another pod is already "
|
||||
"running cleanup or Redis lock acquisition failed - "
|
||||
"skipping this cycle."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue