• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

help configuring log4j properties file to mirror java.util.logging (juli) already in place

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic