Re: what is the different between "log4j.configuration" and "log4j.properties"

2013-01-04 Thread Gary Gregory
The ".configuration" name is a system property, see the -D JVM option. It points to a file name. The ".property" name is a file name. Gary On Jan 4, 2013, at 6:19, Shitian Long wrote: > Hello > > I am wondering what is the different between "log4j.configuration" and > "log4j.properties". > Acc

what is the different between "log4j.configuration" and "log4j.properties"

2013-01-04 Thread Shitian Long
Hello I am wondering what is the different between "log4j.configuration" and "log4j.properties". According to the book "Pro Apache Log4j Second Edition" Quote: 1: The LogManager class looks for the system property log4j.configuration. 2: If the log4j.configuration property is not defined, th

Re: Is logging operation blocking or nonblocking?

2013-01-04 Thread Tushar Kapila
I think you hit the nail on the head - try both in your prod environment. We were using the default with rolling file appender. 400 files max 4 mb with 120 logs per txn and just 3 TPS max. But some of our hsm , db coupled with logging meant our con pools were exhausted. The day it happened we chang