NAME
vtrace - read log files to check for errors and create Dinotrace cursors
SYNOPSIS
vtrace
filename.log[.gz]
DESCRIPTION
Vtrace reads the log files requested and optionally creates a Dinotrace file that places cursors at appropriate error or warning points. The exit status will tell if any error or warnings were encountered in the file.
ARGUMENTS
vtrace takes the following arguments:
- --help
-
Displays this message and program version and exits.
- --append
-
Appends warning and error summary to end of the log file.
- --dino name
-
Filename to write a Dinotrace config file to.
- --stderr
-
Shows errors and warnings in the log file onto stderr.
- --warnfatal
-
Returns fatal exit status on warnings
- --warnfinish
-
Returns fatal exit status if a magic line indicating test completion is missing.
EXAMPLES
vtrace -stderr vcs.log
DISTRIBUTION
The latest version is available from http://veripool.com/vtrace.html
.
SEE ALSO
Log::Detect
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>