Skip to content

Use session-specific log where possible #392

@chrjohn

Description

@chrjohn

For some error cases there only is a message logged to the general log. But it would be beneficial to see such errors in the session-specific log file.

Example where the SessionID is available but only the general log is used:

log.warn("error during session initialization for {}, continuing...", sessionID, e);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions