Skip to content

Tool to scan UE5 logs for frequently occuring warnings and output them sorted by occurence.

Notifications You must be signed in to change notification settings

Victov/ue5_warning_aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal Engine 5 Warning Aggregator

Tool to scan logs from your Unreal Engine project and aggregate frequently-occurring warnings. The tool then outputs a sorted list of warnings, most frequent warnings first. The tool works based on a similarity score, so warnings have to be roughly similar to get grouped, rather than be identical.

usage

Run from cargo

  • with a minimal similarity score of 80%
  • warnings have to occur at least twice before being outputted
  • print result to stdout
  • print result to out.txt

cargo run -- aggregate --logfile <path_to_log> --min_similarity 80 --min_frequency 2 --stdout -o out.txt

planned features

  • Scan and aggregate multiple files (e.g. scan output of build, cook and runtime)
  • Improved output clarity

About

Tool to scan UE5 logs for frequently occuring warnings and output them sorted by occurence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages