Skip to content

Hotfix for command line validation and usage logging

Robin van Esch requested to merge hotfix-usage-log into master
  • Updated hibernate validator to 7.0.5
  • Added log4j2 logging
  • Added log4j2.properties file for logging configuration
  • Silenced hibernate validator logging (resolves issue #38 (closed))
  • Changed validation severity Payload names from Report|Warning|Error to Info|Warn|Error
  • Set severity of --threads to Info
  • usage_log to usage.log > now uses log4j2 logging (resolves issue #39 (closed))
  • if log files are created before the log directory is created, they will be stored in a temporary log directory;
  • the files in the temporary log directory are moved to the permanent logs folder on system exit if it exists at that point, then the directory is removed.
  • Added functions to Pantools.java for log4j2 configuration
  • Added global --debug/-d and --quiet/-q flags for managing console output
Edited by Robin van Esch

Merge request reports