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 2020/06/19 20:34:11 UTC

[airavata] branch param-sweep updated: Removing unnecessary log levels in participant

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

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


The following commit(s) were added to refs/heads/param-sweep by this push:
     new f29e719  Removing unnecessary log levels in participant
f29e719 is described below

commit f29e71954f5f82024dc111a0a6a15caf1621a2ca
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Fri Jun 19 16:33:58 2020 -0400

    Removing unnecessary log levels in participant
---
 .../ansible/roles/helix_setup/templates/participant/logback.xml.j2     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/helix_setup/templates/participant/logback.xml.j2 b/dev-tools/ansible/roles/helix_setup/templates/participant/logback.xml.j2
index c213a11..cfa5334 100644
--- a/dev-tools/ansible/roles/helix_setup/templates/participant/logback.xml.j2
+++ b/dev-tools/ansible/roles/helix_setup/templates/participant/logback.xml.j2
@@ -42,7 +42,8 @@
     </appender>
 
     <logger name="ch.qos.logback" level="WARN"/>
-    <logger name="org.apache.helix" level="WARN"/>
+    <logger name="net.schmizz.sshj" level="ERROR"/>
+    <logger name="org.apache.helix" level="ERROR"/>
     <logger name="org.apache.zookeeper" level="ERROR"/>
     <logger name="org.apache.airavata" level="INFO"/>
     <logger name="org.hibernate" level="ERROR"/>