Hi,
I am desperately trying to configure Struts logging with no result. I am using Struts 1.1. I put a file named commons-logging.properties in the class directory, with the following line :
org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
I also tried to replace this line with :
org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
and add a second file named simplelog.properties containing the line :
org.apache.commons.logging.simplelog.defaultlog=fatal
In any case, I always get "info" logging level.
Any idea ?
I am desperately trying to configure Struts logging with no result. I am using Struts 1.1. I put a file named commons-logging.properties in the class directory, with the following line :
org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
I also tried to replace this line with :
org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
and add a second file named simplelog.properties containing the line :
org.apache.commons.logging.simplelog.defaultlog=fatal
In any case, I always get "info" logging level.
Any idea ?