Hello All,
 
 
I'm using JBoss 2.4 and as I found that it use Log4J as the logging mechanism and there is a log4j.properties file
I am also using Log4J API for logging and have separte properties file, but problem is that after calling PropertyConfigurator.configure method all the log message of Jboss also comes in to the my application's log file, now my question is
 
        Is it possible to have separate properties file ? The reason i am using separate file is that other wise my application user have to play with property file which contains JBoss logging properties also and in my application i am also having root category.
 

Any thought??
 
 
Regards
Naresh

Reply via email to