NAME
Footprintless::App::Command::log - Provides access to log files.
VERSION
version 1.10
SYNOPSIS
fpl log foo.dev.tomcat.logs.catalina follow
fpl log foo.prod.web.logs.access grep --arg "--color" --arg "'GET /foo/bar'"
DESCRIPTION
Provides various forms of read access to log files. The available actions are:
cat read the entire file
follow essentially tail -f
grep search for specific content in the file
head read from the beginning of the file
tail read from the end of the file
If no action is specified, follow
is implied. For detailed configuration see Footprintless::Log.
AUTHOR
Lucas Theisen <lucastheisen@pastdev.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Lucas Theisen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
SEE ALSO
Please see those modules/websites for more information related to this module.