I used it prior to using local path. Didn't work either. Also - the
logger.debug("some
test message"); is pretty much a 100% proof loading was done correctly.On 10 April 2012 13:10, Ryan Smith <[email protected]> wrote: > Possibly try using the absolute path to your log4j.properties file for > testing, just to be sure. > > > PropertyConfigurator.configure("/your/root/path/src/logging/log4j.properties"); > > >
