Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support logrotated log sequences ... #268

Open
bernd-wechner opened this issue Sep 2, 2019 · 0 comments
Open

Support logrotated log sequences ... #268

bernd-wechner opened this issue Sep 2, 2019 · 0 comments

Comments

@bernd-wechner
Copy link

logrotate is commonly implemented on Linux boxes at least:

https://linux.die.net/man/8/logrotate

and results in a set of logs that look like this:

error.log
error.log.1
error.log.2.gz
error.log.3.gz
error.log.4.gz
error.log.5.gz
error.log.6.gz
error.log.7.gz
error.log.8.gz
error.log.9.gz
error.log.10.gz
error.log.11.gz
error.log.12.gz
error.log.13.gz
error.log.14.gz

I would rock immensely if glogg could:

  1. Just open the .gz compressed logs understanding it needed to unzip them first. i.e. I'd like to right-click and Open with glogg and have it work.

  2. Had an option to load the whole sequence as one virtual log file and present it as such for scanning, searching, filtering.

danberindei pushed a commit to danberindei/glogg that referenced this issue Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant