Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 781 Bytes

index.md

File metadata and controls

29 lines (20 loc) · 781 Bytes

scheb/tombstone-analyzer

This package takes log data from scheb/tombstone-logger and generates reports in various formats.

Index

Usage

You have to provide a YAML configuration file with the minimum configuration. See the Configuration Reference to create such a file.

Run tombstone-analyzer from your Composer bin directory:

# Looks for a configuration file named tombstone.yml
vendor/bin/tombstone-analyzer

# Alternatively, explicitly set the path to the configuration file
vendor/bin/tombstone-analyzer -c path/to/your-config-file.yml