You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by we...@apache.org on 2020/04/25 03:01:48 UTC

[incubator-marvin] branch develop updated: Change log level to INFO

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

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git


The following commit(s) were added to refs/heads/develop by this push:
     new b09bf73  Change log level to INFO
b09bf73 is described below

commit b09bf734ef77ec7046dee9e565513bfddb7ac1b1
Author: cardosolucas <ca...@gmail.com>
AuthorDate: Sat Apr 18 09:28:00 2020 -0300

    Change log level to INFO
---
 python-toolbox/marvin_python_toolbox/_logging.py                        | 2 +-
 .../management/templates/python-engine/project_package/_logging.py      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python-toolbox/marvin_python_toolbox/_logging.py b/python-toolbox/marvin_python_toolbox/_logging.py
index ed999de..e869bde 100644
--- a/python-toolbox/marvin_python_toolbox/_logging.py
+++ b/python-toolbox/marvin_python_toolbox/_logging.py
@@ -24,7 +24,7 @@ import os
 import os.path
 import logging
 
-DEFAULT_LOG_LEVEL = logging.WARNING
+DEFAULT_LOG_LEVEL = logging.INFO
 DEFAULT_LOG_DIR = '/tmp'
 
 
diff --git a/python-toolbox/marvin_python_toolbox/management/templates/python-engine/project_package/_logging.py b/python-toolbox/marvin_python_toolbox/management/templates/python-engine/project_package/_logging.py
index 2e45b2c..4bbf0a4 100644
--- a/python-toolbox/marvin_python_toolbox/management/templates/python-engine/project_package/_logging.py
+++ b/python-toolbox/marvin_python_toolbox/management/templates/python-engine/project_package/_logging.py
@@ -11,7 +11,7 @@ import os
 import os.path
 import logging
 
-DEFAULT_LOG_LEVEL = logging.WARNING
+DEFAULT_LOG_LEVEL = logging.INFO
 DEFAULT_LOG_DIR = '/tmp'