Debugging via logging issue #4068
Replies: 1 comment 2 replies
-
This looks more of a stackoverflow.com question than OpenGrok one. Firstly, think about why do you need so many handlers and what should be the specifics of their setup. Second, reduce and focus on the handlers that are important. It looks like the If you run the indexer with such configuration, you will get:
Looking at the FileHandler documentation, it says this about the
So, the |
Beta Was this translation helpful? Give feedback.
-
I was trying to add debugging feature and enable local logging for my opengrok project. I had eddited logging.properties file directly under opengrok work folder. And my indexer's first line as
java -Djava.util.logging.config.file=/opengrok/logging.properties
. The indexer was running well, but I did not see any logging file under my designated location. And my logging.properties file as below:Beta Was this translation helpful? Give feedback.
All reactions