Demote warn log to info.

pull/6/head
Brett Wooldridge 11 years ago
parent d1005ad9f9
commit 61dad01044

@ -44,7 +44,7 @@ public class AgentRegistrationElf
String agentJarPath = getAgentJarPath(); String agentJarPath = getAgentJarPath();
if (agentJarPath == null) if (agentJarPath == null)
{ {
LOGGER.warn("Cannot find the HikariCP-agent jar file through introspection."); LOGGER.info("Cannot find the HikariCP-agent jar file through introspection.");
return false; return false;
} }

Loading…
Cancel
Save