Skip to content

fix: log "no session found" in debug instead of info#1055

Open
ptitFicus wants to merge 1 commit into
masterfrom
fix/verbose-no-session-found-logger
Open

fix: log "no session found" in debug instead of info#1055
ptitFicus wants to merge 1 commit into
masterfrom
fix/verbose-no-session-found-logger

Conversation

@ptitFicus
Copy link
Copy Markdown
Contributor

When using Daikoku as unauthenticated user, logs are spammed with "no session found" log with INFO level.
This pollutes application log, therefore DEBUG is probably better suited for this kind of log.

Description

Lower log level from info to debug for this specific log.

Motivation and Context

See above description

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@ptitFicus ptitFicus requested a review from quentinovega May 12, 2026 09:13
When using Daikoku as unauthenticated user, logs are spammed with
"no session found" log with INFO level.
This pollutes application log, therefore DEBUG is probably better
suited for this kind of log.
@ptitFicus ptitFicus force-pushed the fix/verbose-no-session-found-logger branch from 39f56ff to ea6de5c Compare May 12, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant