[ 
https://issues.apache.org/jira/browse/NIFI-8952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391618#comment-17391618
 ] 

ASF subversion and git services commented on NIFI-8952:
-------------------------------------------------------

Commit 8c4c6cedf6fd56de1c465b7cb3f5d10694a53b01 in nifi's branch 
refs/heads/main from Kevin Silva
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8c4c6ce ]

NIFI-8952 Fixed logback.xml files BOOTSTRAP_FILE appender commentary

This closes #5257

Signed-off-by: David Handermann <[email protected]>


> Fix logback.xml BOOTSTRAP_FILE appender commentary
> --------------------------------------------------
>
>                 Key: NIFI-8952
>                 URL: https://issues.apache.org/jira/browse/NIFI-8952
>             Project: Apache NiFi
>          Issue Type: Wish
>          Components: Configuration, Documentation &amp; Website
>    Affects Versions: 1.13.2
>         Environment: Any
>            Reporter: Kevin Barranco
>            Priority: Trivial
>              Labels: documentation, easyfix
>   Original Estimate: 1h
>          Time Spent: 10m
>  Remaining Estimate: 50m
>
> 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)

Reply via email to