jvz commented on a change in pull request #4: Allow to read gzip files.
URL: https://github.com/apache/logging-chainsaw/pull/4#discussion_r253627481
##########
File path:
src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java
##########
@@ -314,6 +315,10 @@ public void activateOptions() {
private Reader reader;
private FileObject fileObject;
+ private boolean IsGZip(String fileName) {
Review comment:
```suggestion
private boolean isGZip(String fileName) {
```
----------------------------------------------------------------
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