NAME
Beekeeper::Service::LogTail::Worker - Buffer log entries
VERSION
Version 0.03
SYNOPSIS
DESCRIPTION
By default all workers use a Beekeeper::Logger
logger which logs errors and warnings both to files and to a topic log/{level}/{service}
on the message bus.
This worker keeps an in-memory buffer of every log entry sent to that topic in every broker in a logical message bus.
Please note that receiving all log traffic on a single process does not scale at all, so a better strategy will be needed for inspecting logs of big real world applications.
METHODS
tail ( %filters )
Returns all buffered entries that match the filter criteria.
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.