You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When failed to read config file (config.xml) due to various reasons, in ConfigFileReader.setConfigFromXML method, it will use log.debug in catch clause to report exception detail only when logger level is DEBUG. So it's hard for user to find out why loading config file will fail if they are using logger level INFO.
Preferred solution or suggestions
I suggest use log.info or log.warn to show detail.