Fixed
Details
Assignee
Guus der KinderenGuus der KinderenReporter
Guus der KinderenGuus der KinderenFix versions
Priority
Minor
Details
Details
Assignee
Guus der Kinderen
Guus der KinderenReporter
Guus der Kinderen
Guus der KinderenFix versions
Priority
Created March 30, 2022 at 9:31 AM
Updated June 29, 2022 at 4:56 PM
Resolved June 29, 2022 at 4:56 PM
When an instance of
LocalSession
is added to a log line, itstoString
method is used. Some implementations try to use theconnection
field when composing the String representation.When a
connection
is null, thegetConnection
method in these implementation logs an Error. A reason for the connection to be null can be stream management: when the session is detached, it won’t have a connection.The act of creating a log line should not itself generate log lines, and certainly not errors.