read LOGGER.trace
#1
My last and shy contact to Java was in the 90's. Wink Sorry for asking such a rookie question.

In the code I found sometimes LOGGER.trace. The have usefull informations. But how can I read them? I don't see the output in the log file.
Currently I use LOGGER.debug to put out the things I need to know.

I don't use a Java IDE. I use a simple text editor and build tmm everytime with "maven".
#2
edit the /src/main/resources/logback.xml file
change DEBUG to TRACE

IDE makes things easier to debug Wink
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#3
(2017-08-24, 23:10)myron Wrote: IDE makes things easier to debug Wink
You are right. But I don't want to invest to much time learning an IDE for a language I droped years ago. Wink But can you recommend an IDE for Debian?

Logout Mark Read Team Forum Stats Members Help
read LOGGER.trace0