I have a jar file without the source code and that has to be executed multiple times in order to get a result.
The jar file has the log4j in it and it is set to the INFO level.
log4j.rootLogger=INFO,CONSOLE,R
# Appender Configuration
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
There are some bugs in the jar and i want to check the DEBUG level logs.
I have checked the following post:
What is log4j's default log file dumping path
but did not find any helpful information
So is there any default location where they are placed and i can check them out .???