[
https://issues.apache.org/jira/browse/NIFI-8952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-8952:
-----------------------------------
Issue Type: Improvement (was: Wish)
> Fix logback.xml BOOTSTRAP_FILE appender commentary
> --------------------------------------------------
>
> Key: NIFI-8952
> URL: https://issues.apache.org/jira/browse/NIFI-8952
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Configuration, Documentation & Website
> Affects Versions: 1.13.2
> Environment: Any
> Reporter: Kevin Barranco
> Priority: Trivial
> Labels: documentation, easyfix
> Fix For: 1.15.0
>
> Original Estimate: 1h
> Time Spent: 20m
> Remaining Estimate: 40m
>
> All the logback.xml files that contains the appender BOOTSTRAP_FILE has the
> following comment:
>
>
> {code:java}
> <!--
> For daily rollover, use 'app_%d.log'.
> For hourly rollover, use 'app_%d{yyyy-MM-dd_HH}.log'.
> To GZIP rolled files, replace '.log' with '.log.gz'.
> To ZIP rolled files, replace '.log' with '.log.zip'.
> -->{code}
>
>
> The comment refers to the app-log. It should be changed to:
>
> {code:java}
> <!--
> For daily rollover, use 'bootstrap_%d.log'.
> For hourly rollover, use 'bootstrap_%d{yyyy-MM-dd_HH}.log'.
> To GZIP rolled files, replace '.log' with '.log.gz'.
> To ZIP rolled files, replace '.log' with '.log.zip'.
> -->
> {code}
>
> It is a small correction to avoid misinterpretation when configuring the
> logback.xml files.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)