The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

bkpr-log - Print last log entries generated by worker pools

VERSION

Version 0.06

SYNOPSIS

  Usage: bkpr-log [OPTIONS]
  Print last log entries generated by worker pools.
  
    -n, --number N    output the last N lines, instead of the last 10
    -l, --level N     show only messages of severity N or above
    -h, --host re     show only messages generated at matching hosts (regex)
    -p, --pool re     show only messages generated at matching pools (regex)
    -s, --service re  show only messages generated by matching services (regex)
    -m, --message re  show only messages matching given regex
    -f, --follow      keep receiving messages in real time (press Ctrl-C to stop)
    -v, --verbose     display also host:pool:pid of each entry
    -h, --help        display this help and exit
  
  All filters can be combined.

DESCRIPTION

Print last log entries generated by worker pools in a 'tail' fashion.

SEE ALSO

Beekeeper::Logger, Beekeeper::Service::LogTail.

AUTHOR

José Micó, jose.mico@gmail.com

COPYRIGHT AND LICENSE

Copyright 2015-2021 José Micó.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language itself.

This software is distributed in the hope that it will be useful, but it is provided “as is” and without any express or implied warranties. For details, see the full text of the license in the file LICENSE.