Edgewall Software

Opened 7 years ago

Last modified 7 years ago

#12691 closed defect

Reduce error level for invalid session id — at Initial Version

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.2.1
Component: web frontend Version:
Severity: normal Keywords: session
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I see these errors in the logs rather frequently:

2017-02-16 18:00:27,670 Trac[main] ERROR: can't retrieve session: TracError: Session ID must be alphanumeric.

I think we could change the log level to warning: tags/trac-1.2/trac/web/main.py@:353#L348. Error implies some abnormal behavior that needs attention, whereas this is just a case of invalid input.

Change History (0)

Note: See TracTickets for help on using tickets.