ARTEMIS-3403 - wrong debug level in ArtemisMBeanServerGuard

https://issues.apache.org/jira/browse/ARTEMIS-3403
This commit is contained in:
Andy Taylor 2021-07-27 10:42:09 +01:00 committed by clebertsuconic
parent d9a44002c5
commit 57790a93a9
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class ArtemisMBeanServerGuard implements InvocationHandler {
return true;
}
}
ActiveMQServerLogger.LOGGER.info(object + " " + operationName + " " + false);
ActiveMQServerLogger.LOGGER.debug(object + " " + operationName + " " + false);
return false;
}