mirror of https://github.com/apache/activemq.git
fix regression - warn level on reset to available limits
This commit is contained in:
parent
6cebd2c79e
commit
a620b403f4
|
@ -29,7 +29,7 @@ import org.apache.activemq.broker.BrokerService;
|
||||||
public class StoreUsageLimitsTest extends EmbeddedBrokerTestSupport {
|
public class StoreUsageLimitsTest extends EmbeddedBrokerTestSupport {
|
||||||
|
|
||||||
final int WAIT_TIME_MILLS = 20 * 1000;
|
final int WAIT_TIME_MILLS = 20 * 1000;
|
||||||
private static final String limitsLogLevel = "error";
|
private static final String limitsLogLevel = "warn";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected BrokerService createBroker() throws Exception {
|
protected BrokerService createBroker() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue