Logging
- 02 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Logging
- Updated on 02 Nov 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Log file locations
The logs of the Liquit Workspace Satellite Server are located in the C:\ProgramData\Liquit Workspace\Satellite\Logs
folder.
Enabling debug logging
In case of troubleshooting, you need to enable the debug logging feature by modifying the Satellite.json
configuration file.
This config file is located in the C:\Program Files (x86)\Liquit Workspace\Satellite
folder.
Within the Satellite.json
configuration file, change the level
key of the log
object from "Info" to “Debug”:
"log":{
"level":"Debug"
}
Restart the Liquit Workspace service to activate the debug logging.
After restart, check the Satellite.log
file to verify if the log level is set to debug.
Was this article helpful?