Bug 8130 - Incorrect sublogger used for "broken sessions" messages
Summary: Incorrect sublogger used for "broken sessions" messages
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Agent (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-05 09:14 CEST by Pierre Ossman
Modified: 2023-04-11 13:04 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2023-04-05 09:14:34 CEST
Most session related logging in vsmagent uses "vsmagent.session" as the logger name:

> 2023-04-04 04:39:14 INFO vsmagent.session: Verified connectivity to newly started Xvnc for johndoe

We incorrectly tagged a few things as "vsmagent.sessions" instead, though:

> 2023-04-04 04:41:56 WARNING vsmagent.sessions: Broken session for user johndoe, tl-session process 55857 does not exist

This difference means that any sublogger specific settings won't take effect correctly, and searching the log files might miss things.

Note You need to log in before you can comment on or make changes to this bug.