When you use something like lsc -f /blah/conf.xml, the logging configuration file logback.xml is looked up into the /blah/conf.xml/logback.xml location.
We should instead either look for this file in the parent directory (/blah) or use the default etc directory.
When you use something like
lsc -f /blah/conf.xml, the logging configuration filelogback.xmlis looked up into the/blah/conf.xml/logback.xmllocation.We should instead either look for this file in the parent directory (
/blah) or use the defaultetcdirectory.