do you have the same output for log4j.debug?

On 10 April 2012 22:23, tommmmmm <[email protected]> wrote:
> On 10 April 2012 19:57, Vasile Alin <[email protected]> wrote:
>
>> Did you tried to change the order of these two lines:
>>
>>        Logger logger = Logger.getLogger("jobManager.UploadManager");
>>        PropertyConfigurator.configure("./src/logging/log4j.properties");
>>
>> so that you'll have:
>>
>>  PropertyConfigurator.configure("./src/logging/log4j.properties");
>>  Logger logger = Logger.getLogger("jobManager.UploadManager");
>>
>>
> I just tried it. Sorry, no effect. I also redownloaded commons-logging.
> Just in case. I am using the good one.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to