Skip to content

Commit

Permalink
Merge c95d5a2 into 56af352
Browse files Browse the repository at this point in the history
  • Loading branch information
asafc64 committed Feb 21, 2017
2 parents 56af352 + c95d5a2 commit 6b18c36
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 6b18c36

Please sign in to comment.