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.