Hello, I am having quite a bit of difficulty making a configuration file for log4j which will mirror the setup created by the java.util.logging (JULI) configuration file. I'm trying to produce the same exact log files with matching format in log4j as JULI. I am using Apache
Tomcat v5.5
Here is what the original setup (JULI) looks like:
And here are the log files it produces:
And here is the current log4j.properties file:
Again, I'm trying to replicate the same type of log files, along with date and time appended at the end of each type of log file. That is, produce the exact same log files, but with log4j.
I would appreciate any help. Thank you.