How to change the name of appnode log file in BW6.x?

How to change the name of appnode log file in BW6.x?

book

Article ID: KB0085447

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
How to change the name of appnode log file?

Issue/Introduction

How to change the name of appnode log file in BW6.x?

Resolution

To change BW appnode log name , go to "\<bw6Home>\bw\domains\<DomainName>\appnodes\<SpaceName>\<BWNodeName>\logback.xml" and change file name "bwappnode.log to any other name or location and save the file.

  <appender name="FILE" class="ch.qos.logback.core.FileAppender">
    <file>../log/bwappnode.log</file>
    <encoder>
      <pattern>%d{HH:mm:ss.SSS} %-5level [%thread] %logger{36} - %msg%n</pattern>
    </encoder>
  </appender>