logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pygtail - read log file lines that have not been read

Description

       Print log file lines that have not been read.

Name

       pygtail - read log file lines that have not been read

Options

-h, --help
              show this help message and exit

       -o OFFSET_FILE, --offset-file=OFFSET_FILE
              File to which offset data is written (default: <logfile>.offset).

       -p, --paranoid
              Update  the offset file every time we read a line (as opposed to only when we reach the end of the
              file).

       -n EVERY_N, --every-n=EVERY_N
              Update the offset file every n'th time we read a line (as opposed to only when we reach the end of
              the file).

       --no-copytruncate
              Don't support copytruncate-style log rotation.  Instead, if the log file shrinks, print a warning.

       --version
              Print version and exit.

pygtail 0.6.1                                       June 2022                                         PYGTAIL(1)

Synopsis

pygtail [options] logfile

See Also