Question
3
Replies
121
Views
Posted: May 15, 2017
Last activity: May 16, 2017
"Unable to find log file for appender BIX"
Hi,
I'm getting Error "Unable to find log file for appender BIX".
In prlogging.xml file "BIX" appender is configured.
<appender name="BIX" class="com.pega.apache.log4j.DailyRollingFileAppender">
<param name="DatePattern" value="'.'yy-MM-dd'.log'"/>
<param name="File" value="/opt/prpc/prpclogs/agt1-ms1/PegaBIX.log"/>
<layout class="com.pega.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d [%20.20t] [%20.20X{tenantid}] [%20.20X{app}] (%30.30c{3}) %-5p %X{stack} %X{userid} - %m%n"/>
</layout>
</appender>
Can any one help me why this Error is still occurring .
Thanks..!
What version of Pega is in use?
Are you running BIX from command line or from within Designer Studio?
Does the class and params you're using here align with other appenders in prlogging.xml? (I suspect one of these is the problem, but the correct ones to use will depend on what version of Pega this is)