jvz commented on a change in pull request #4: Allow to read gzip files.
URL: https://github.com/apache/logging-chainsaw/pull/4#discussion_r253627807
 
 

 ##########
 File path: 
src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java
 ##########
 @@ -403,8 +409,16 @@ public void run() {
                             } catch (Error err) {
                                 getLogger().info(getPath() + " - unable to 
refresh fileobject", err);
                             }
+
+                            if(IsGZip(getFileURL())) {
 
 Review comment:
   ```suggestion
                               if (isGZip(getFileURL())) {
   ```

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


With regards,
Apache Git Services

Reply via email to