4 Replies Latest reply on Jun 11, 2010 3:32 PM by zenig.szimmerman.sunshineradiology.com

    Logging problems

    luiz.filipe.abrahao

      Hi!


      I've got an EAR with 2 EJB modules and 2 WAR modules, using Maven2 to built it. I'm trying to take advantage of the @Logger but I must be doing something wrong. I can't see anything being printed into the console.


      The log4j.xml is in the src/main/resources of one of the EJB modules, and the class that uses the @Logger is in the same module.


      I'm bit confuse, should Seam find the configuration file and initialise it or should I do that?
      Am I placing the log4j.xml in the right place?


      Thanks!