diff --git a/config/log4j2.yaml b/config/log4j2.yaml index 7ee6f001e18..891a5c71cde 100644 --- a/config/log4j2.yaml +++ b/config/log4j2.yaml @@ -44,7 +44,7 @@ Configuration: # State Change appender - name: StateChangeAppender fileName: "${sys:kafka.logs.dir}/state-change.log" - filePattern: "${sys:kafka.logs.dir}/stage-change.log.%d{yyyy-MM-dd-HH}" + filePattern: "${sys:kafka.logs.dir}/state-change.log.%d{yyyy-MM-dd-HH}" PatternLayout: pattern: "${logPattern}" TimeBasedTriggeringPolicy: diff --git a/docs/upgrade.html b/docs/upgrade.html index 4e24c149320..cb6f4cdc666 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -19,9 +19,9 @@