Hello,
Did I need to change something to remove this error from my log.
ERROR StatusLogger Reconfiguration failed: No configuration found for '377dca04' at 'null' in 'null'
Stackovertflow explains that this may be due to an error in calling the configuration file in the classpath.
This is because log4j.configuration expects the file to be in the classpath, whereas log4j.configurationFile expects it to be a file path.
https://stackoverflow.com/questions/66545546/error-statuslogger-reconfiguration-failed-no-configuration-found-for-73d16e93
Cheers,
Bernard.