Description:
|
I have added <consolePlugin /> to my configuration file. I have modified default beagle pattern to:
%date{yyyy-MM-dd HH:mm:ss.SSS} %-6camlevel [%thread] %class.%method:%line - %message %mdc%n
I can see that the Beagle view is being populated with data when I run my code.
The problem is I have a conversionRule in my xml as well.
<conversionRule conversionWord="camlevel"
converterClass="camiant.util.slf.logback.converters.CamLevelConverter" />
Yout can see that "camlevel" is located in the above pattern. This causes Beagle to output:
%PARSER_ERROR[camlevel]
on every line of output. Is this supported or do I need to do something else to configure this properly. Thanks.
|