Github user dlmarion commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/109#discussion_r65928505
  
    --- Diff: assemble/conf/templates/generic_logger.xml ---
    @@ -25,7 +25,7 @@
          <param name="MaxBackupIndex" value="10"/>
          <param name="Threshold"      value="DEBUG"/>
          <layout class="org.apache.log4j.PatternLayout">
    -       <param name="ConversionPattern" value="%d{ISO8601} [%-8c{2}] %-5p: 
%m%n"/>
    +       <param name="ConversionPattern" value="%d{ISO8601} [%-8c{2}] 
[pid:%6X{pid}] %-5p: %m%n"/>
    --- End diff --
    
    Another option would be to remove the log rolling from the log4j 
configuration and let the user decide whether or not to use something like 
logrotate


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to