From c76427edc8f38c492e3fb9f947150201e5081504 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Thu, 19 Jan 2017 14:18:53 +0530 Subject: [PATCH] Temporary disable throttling info not found warnings on APIM --- modules/core/distribution/src/repository/conf/log4j.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core/distribution/src/repository/conf/log4j.properties b/modules/core/distribution/src/repository/conf/log4j.properties index 2a47e957..a8a589ac 100644 --- a/modules/core/distribution/src/repository/conf/log4j.properties +++ b/modules/core/distribution/src/repository/conf/log4j.properties @@ -241,4 +241,5 @@ log4j.logger.org.wso2.carbon.analytics.spark.core.SparkScriptCAppDeployer=WARN log4j.logger.org.wso2.carbon.analytics.eventsink.AnalyticsEventStoreDeployer=WARN log4j.logger.org.wso2.carbon.event.processor.core.EventProcessorDeployer=WARN log4j.logger.org.wso2.carbon.core.services.util.CarbonAuthenticationUtil=WARN -log4j.logger.net.sf.ehcache=ERROR \ No newline at end of file +log4j.logger.net.sf.ehcache=ERROR +log4j.logger.org.wso2.carbon.apimgt.gateway.handlers.throttling=ERROR \ No newline at end of file