Bug 7647 - Client log settings cannot be controlled via .tlclient file
Summary: Client log settings cannot be controlled via .tlclient file
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: trunk
Hardware: PC Windows
: P2 Enhancement
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-16 11:48 CET by Peter Wirdemo
Modified: 2024-04-02 13:55 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Peter Wirdemo 2021-02-16 11:48:25 CET
We are using Thinlinc Client Configuration (.tlclient) files to let the users start thinlinc sessions on our vdi clients.

It would be very nice to be able to configure debug level and the location of the debugfile.

On the client's desktop we have <servername>.tlclient
AUTHENTICATION_METHOD=kerberos
AUTOLOGIN=1
FULL_SCREEN_MODE=0
SCREEN_SIZE_SELECTION=6
SERVER_NAME=<servername>

When the user double-clicks on this, the session starts.

I would like to be able to add:
DEBUG_LEVEL=5
DEBUG_FILE=C:\temp\tlclient.log
Comment 1 Peter Wirdemo 2021-02-18 11:35:25 CET
Or even better, implement unix syslog agent/windows eventlog in the thinlinc client code.
DEBUG_LEVEL=5

DEBUG_DESTINATION=1.2.3.4:514
or 
DEBUG_DESTINATION=C:\temp\tlclient.log
or 
DEBUG_DESTINATION=eventlog

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