-
Notifications
You must be signed in to change notification settings - Fork 978
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support reading GZIPInputStream log files #74
Comments
Also works over HTTP, which is very convenient, if you have Apache transparently gzip the files. |
Hi Hans, This looks like an interesting feature! Do you know that you could submit a patch as a pull request? Alternatively you can tell me the email address that is associated to your github account so I can author a commit in your name (write it here or send me an email to gcviewer@gmx.ch). Please let me know how you would like to proceed. Regards, Jörg |
New code is on https://github.com/hbswn/GCViewer and I've sent a Pull Request ... but I do not see it. |
Thank you for the pull request! I'll probably pull it in within the next two weeks. I am not sure if you can see it in your repository. It appears in my list of pull requests and as another issue. ...yes, a testcase for gzip'd data would be nice! Regards, Jörg |
I've added: ... and made DataReaderFactory.readUShortAndReset() protected to make it accessible for the test class. Tests run: 177, Failures: 0, Errors: 0, Skipped: 0 |
cool, thank you! I'll be on vacation for a week and merge your pull request, when I'm back. Regards, Jörg Am 01.09.2013 11:59, schrieb Hans Bausewein:
|
Hi Hans, I have integrated your pull request (#75) and now close this issue. If it shouldn't work for you, please reopen it. Regards, Jörg |
I often have quite big log files, so I tested, whether I could read them as gzip'd files.
A small modification of DataReaderFactory.getDataReader() does the job :-)
The text was updated successfully, but these errors were encountered: