markt-asf commented on a change in pull request #223: Log compression
URL: https://github.com/apache/tomcat/pull/223#discussion_r353982236
 
 

 ##########
 File path: java/org/apache/juli/FileHandler.java
 ##########
 @@ -216,6 +218,12 @@ public FileHandler(String directory, String prefix, 
String suffix, Integer maxDa
     private Boolean rotatable;
 
 
+       /**
+     * Determines whether the log file should be compressed
+     */
+    private Boolean compress;
 
 Review comment:
   This needs to be documented in the class level Javadoc

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to