| Author |
log4J: could not able to see the log file
|
ramaa Vadakattuu
Greenhorn
Joined: Oct 12, 2007
Posts: 7
|
|
I am working on Eclipse IDE I encountered the following problem ----------------------- 1) if i use the absolute path for the parameter File in appender like below <appender name="ROLLING" class="org.apache.log4j.RollingFileAppender"> <param name="File" value="D:/sample.log"/> Then i am able to see the log file at that path. ---------------------------- if i use relative path for the parameter File in appender like below <appender name="ROLLING" class="org.apache.log4j.RollingFileAppender"> <param name="File" value="sample.log"/> I could not able to find the file no where in the drive where the Web-App is running. I could not able to find out why it is behaving like this? Can anyone please guide me on how to resolve the above issue?
|
 |
 |
|
|
subject: log4J: could not able to see the log file
|
|
|