Is there a reason that Log.error("RESOLVED FATAL: DataSourcePool [" + name + "] is back up!"); is logged at ERROR level?
This seems strange as this is a notification that the connection to the datasouce is back up.
This leads to misleading understanding of the system.
Typically something logged at ERROR means something has gone wrong.
Reference notifyUp
Is there a reason that
Log.error("RESOLVED FATAL: DataSourcePool [" + name + "] is back up!");is logged atERRORlevel?This seems strange as this is a notification that the connection to the datasouce is back up.
This leads to misleading understanding of the system.
Typically something logged at
ERRORmeans something has gone wrong.Reference notifyUp