The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

bkpr-log - Display log entries generated by worker pools

VERSION

Version 0.09

SYNOPSIS

Usage: bkpr-log [OPTIONS]
Display 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

Display log entries generated by worker pools in a tail fashion.

SEE ALSO

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

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright 2015-2023 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.