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.