• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic