diff --git a/komrade/constants.py b/komrade/constants.py index a0a3325..f4cab65 100644 --- a/komrade/constants.py +++ b/komrade/constants.py @@ -158,7 +158,7 @@ DEFAULT_USER_SETTINGS = { SHOW_LOG = 1 SHOW_STATUS = 0 -PAUSE_LOGGER = 1 +PAUSE_LOGGER = 0 CLI_TITLE = 'KOMRADE'