The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

process_logs - read, manipulate and report on various log files

USAGE

process_logs [options] -c configuration_file.yml

OPTIONS

-c --config_file file          	Specifies the configuration file
-a --reprocess_all             	Reprocess all files
--reprocess_from date          	Reprocess everything after [date]
-v --verbose                   	Increase debugging output (can be repeated)
--min_start_date date			Force all start dates to be at least [date]
--max_end_date date			Force all end dates to be no more than [date]
--priority_bias METHOD			Choose priorty adjustment from: 'random',  'date', 'depth'
--target_date DATE			For priority bias date & depth, aim for [date]
--ignore_code_dependencies, --no_code	Ignore dependencies on code 

DESCRIPTION

Process logs using the Log::Parallel framework. This is the main command.

LICENSE

This package may be used and redistributed under the terms of either the Artistic 2.0 or LGPL 2.1 license.