Skip to content

constantiux/forgelogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Run Forgelogs

See manual:

forgelogs --help

Sample commands:

  1. Failed outcomes on MyLoginJourney tree
forgelogs -s am -b 2023-10-01T00:00:00Z -d 2d -t MyLoginJourney --failed-only
  1. Failed outcomes on MyLoginJourney tree with detailed reason
forgelogs -s am -b 2023-10-01T00:00:00Z -d 2d -t MyLoginJourney --failed-only --detailed
  1. Failed outcomes on all trees
forgelogs -s am -b 2023-10-01T00:00:00Z -d 2d --all-trees --failed-only
  1. Failed outcomes on specific trees listed in config.json
forgelogs -s am -b 2023-10-01T00:00:00Z -d 2d --filter-trees --failed-only
  1. All outcomes on all trees
forgelogs -s am -b 2023-10-01T00:00:00Z -d 2d --all-trees
  1. No report, just raw logs
forgelogs -s am -b 2023-10-01T00:00:00Z -d 2d

Try it out

Download in the Releases section, or click here.

Build this project

Note: This is optional.

go build