Skip to content

ISSUE-47974: Fix bad logging use log4j instead of printStackTrace

Stefan Huehner requested to merge (removed):fix/47974 into master
  • ValidToProcess let log4j.error report the stacktrace not need to do that manually and worse. Also change .debug into .error which looks more adequate for date format parsing error
  • ValidToUtility two cases of same letting log4j.error log the stacktrace as above. In one also upgrade .debug to .error for consistency

Merge request reports