You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2022/01/09 14:34:44 UTC

[airavata-data-lake] branch master updated: Minor logging improvement

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-data-lake.git


The following commit(s) were added to refs/heads/master by this push:
     new da324d0  Minor logging improvement
da324d0 is described below

commit da324d0d455fbdf6958ac10a1ba64ce90357ac60
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Sun Jan 9 09:34:35 2022 -0500

    Minor logging improvement
---
 .../data-orchestrator-api-server/src/main/dist/conf/log4j2.xml           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/dist/conf/log4j2.xml b/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/dist/conf/log4j2.xml
index 066c238..8f3f226 100644
--- a/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/dist/conf/log4j2.xml
+++ b/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/dist/conf/log4j2.xml
@@ -44,6 +44,7 @@
         <logger name="org.apache.zookeeper" level="ERROR"/>
         <logger name="org.apache.airavata" level="INFO"/>
         <logger name="org.hibernate" level="ERROR"/>
+        <logger name="org.apache.coyote.http11" level="ERROR"/>
         <Root level="INFO">
             <AppenderRef ref="Console"/>
             <AppenderRef ref="RollingFileAppender"/>