On Fri, Nov 23, 2012 at 7:41 AM, RobOaks <roboaks@comcast.net> wrote:
I am encountering several initialization errors with the logback.xml file
(below) that do not seem to be addressed in either this mailing list or
JIRA. I am running Logback 1.0.7 with SLF4J 1.7.2.
During initialization I receive the following Logback errors:
1. No applicable action for [outputPatternAsHeader]. Try as I might, I can
not get Logback to recognize this property.
2. No applicable action for [immediateFlush]. This error may be expected, as
I was able to glean from the list and JIRA that this property has been
eliminated. Please confirm.
3. no applicable action for [withJansi] / There is no conversion class
registered for composite conversion word [highlight]. I am including
jansi-1.8.jar in the classpath but, obviously, this wouldn’t even come into
play if withJansi isn’t even recognized.
4. Could not find Janino library on the class path. Skipping conditional
processing. Both commons-compiler.jar and janino.jar 2.6.1 are on the
classpath. I understand that there are potential issues with the use of
conditional processing because of Janino and I’m wondering if I should
abandon this feature, though it makes the config file significantly more
elegant.