0 Replies Latest reply on Oct 25, 2006 11:30 AM by shagy69

    HOWTO use Log4jService in portlets

    shagy69

      How can I use the log4jService to implement logging in my portlets without using the server.log, defining a new log file inside my webapp.
      I am trying to use my own file with FileAppender() but its huge cause it is logging all the debug info in my new file, not only the INFO messages of my portlets. Can i disable this behaviour, in jboss conf/log4j.xml configuration debug is set to false. so who can this be done?
      thanks all!