You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@amaterasu.apache.org by ya...@apache.org on 2019/05/06 02:40:46 UTC

[incubator-amaterasu] 30/36: disabled the activeMQ logger for now

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

yaniv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amaterasu.git

commit 36e219e4e54a069e78c66d70e79cb7ac7909071a
Author: Nadav Har Tzvi <na...@apache.org>
AuthorDate: Sat Apr 27 15:33:40 2019 +0300

    disabled the activeMQ logger for now
---
 sdk_python/amaterasu/base/runtime.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk_python/amaterasu/base/runtime.py b/sdk_python/amaterasu/base/runtime.py
index 68ed836..2990270 100644
--- a/sdk_python/amaterasu/base/runtime.py
+++ b/sdk_python/amaterasu/base/runtime.py
@@ -183,6 +183,6 @@ def _create_configuration():
     return munchify(_dict, factory=Environment)
 
 
-logging.setLoggerClass(Notifier)
+# logging.setLoggerClass(Notifier)
 # notifier = logging.getLogger(__name__)
 __all__ = ['BaseAmaContext', 'BaseAmaContextBuilder', 'LoaderAmaContext']