Skip to content

AST-1531: Improve logging behavior

Herman Groot requested to merge ast-1531-improve-logging-behavior into main

As I was working on the visualization, I had to look in several directories for all the logs I needed, so I made this MR to improve the logging behavior:

  • All log files go to a single directory inside the working directory

    This includes some filename changes such that related logs are automatically grouped together by the default filename-based file sorting.

  • Had to make some small changes to avoid that some logs trigger my tag detection for interesting logs to include as tags in the visualization.

  • Some optional general logging improvements

Merge request reports