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
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