You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/11/12 23:07:06 UTC

[knox] branch master updated: KNOX-1718 - Hide org.apache.directory.api.ldap.model.entry.Value errors (#193)

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new a3e450e  KNOX-1718 - Hide org.apache.directory.api.ldap.model.entry.Value errors (#193)
a3e450e is described below

commit a3e450ea0ec282cb1ad41c6314b1e6bfce3c4dc5
Author: Kevin Risden <ri...@users.noreply.github.com>
AuthorDate: Tue Nov 12 18:06:59 2019 -0500

    KNOX-1718 - Hide org.apache.directory.api.ldap.model.entry.Value errors (#193)
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 gateway-test/src/test/resources/log4j.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gateway-test/src/test/resources/log4j.properties b/gateway-test/src/test/resources/log4j.properties
index 201b537..e856ca7 100644
--- a/gateway-test/src/test/resources/log4j.properties
+++ b/gateway-test/src/test/resources/log4j.properties
@@ -40,3 +40,5 @@ log4j.appender.collectappender = org.apache.knox.test.log.CollectAppender
 #log4j.logger.org.apache.http.wire=DEBUG
 #log4j.logger.org.apache.http.client=DEBUG
 
+# Hide verbose logging - see KNOX-1718 for more details
+log4j.logger.org.apache.directory.api.ldap.model.entry.Value=OFF