You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2019/02/10 21:28:00 UTC

[GitHub] tzachi-dar opened a new pull request #5: Allow chainsaw to read a directory containing more than one file

tzachi-dar opened a new pull request #5: Allow chainsaw to read a directory containing more than one file
URL: https://github.com/apache/logging-chainsaw/pull/5
 
 
   On linux it is common to use logrotate to handle log files.
   
   Logrotate trunks the files as they reach a certain size and also zips them.
   
   Sometimes it is needed to open more than one file and show them on chainsaw.
   
   An example to the content of such a directory is:
   
     pump-loop-date.log
   
     pump-loop-date.log.1
   
     pump-loop-date.log.2.gz
   
     pump-loop-date.log.3.gz 
   
   The goal is pass the directory name and the files pattern.
   
   For example:
   
   sftp://user:pass@192.168.1.20:20022/var/log/openaps/pump-loop-date.log*
   
   and have chainsaw show all matching files by their order.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services