Information
Sometimes, it may be required to enable trace logs on the VDI Agent appliance. It can be achieved following the instruction below:
- On the appliance, switch the Console (Alt+F1) and authenticate using your credentials.
 - 
    
To edit the log level:
vim /etc/opt/Parallels/VDSAgent.xmlIn the values ConsoleLogLevel and LogLevel set value 5.
 - Reboot the appliance in order to apply the change.
 
To review the log execute:
    less /var/opt/Parallels/log/VDSAgent.log
To watch the log "online", execute:
    tail -f /var/opt/Parallels/log/VDSAgent.log
    
Was this article helpful?
Tell us how we can improve it.