Skip to content

Commit

Permalink
Merge pull request #25 from asafc64/patch-1
Browse files Browse the repository at this point in the history
Updated logger default level from Debug to Info
  • Loading branch information
alexazarh committed Feb 21, 2017
2 parents 56af352 + c95d5a2 commit b221fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudshell/core/logger/qs_config.ini
@@ -1,5 +1,5 @@
[Logging]
LOG_LEVEL='DEBUG'
LOG_LEVEL='INFO'
LOG_FORMAT= '%(asctime)s [%(levelname)s]: %(name)s %(module)s - %(funcName)-20s %(message)s'
TIME_FORMAT= '%d-%b-%Y--%H-%M-%S'
LOG_PATH='../../Logs'
Expand Down
2 changes: 1 addition & 1 deletion cloudshell/core/logger/qs_logger.py
Expand Up @@ -24,7 +24,7 @@
# default settings
DEFAULT_FORMAT = '%(asctime)s [%(levelname)s]: %(name)s %(module)s - %(funcName)-20s %(message)s'
DEFAULT_TIME_FORMAT = '%Y%m%d%H%M%S'
DEFAULT_LEVEL = 'DEBUG'
DEFAULT_LEVEL = 'INFO'
# DEFAULT_LOG_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../', 'Logs')
LOG_SECTION = 'Logging'

Expand Down

0 comments on commit b221fa9

Please sign in to comment.