forked from UniversalMediaServer/UniversalMediaServer
-
Notifications
You must be signed in to change notification settings - Fork 0
How to change to TRACE Logging
Samuel edited this page Nov 16, 2016
·
7 revisions
Lots of times for troubleshooting the Logging level needs to be set to TRACE for the Developers to analyze the errors in the code.
From the GUI select Trace mode Log level in the Logs tab.
From Linux you can also use ums.sh trace
command line, usefull while running UMS in headless mode.
One way to get the application to START in TRACE logging is to modify the Logback.xml
Change this line <root level="DEBUG">
to <root level="TRACE">
Then relaunch UMS and recreate the error for the Developers, capture the ZIP file package and upload it to the Forums or Issue tracker.
- Next: Frequently Asked Questions (FAQ)
- Previous: Editing / Creating a custom device configuration
- Top: Index