diff --git a/komrade/constants.py b/komrade/constants.py index 753a6d7..076e5ed 100644 --- a/komrade/constants.py +++ b/komrade/constants.py @@ -156,7 +156,7 @@ DEFAULT_USER_SETTINGS = { SHOW_LOG = 1 SHOW_STATUS = 0 -PAUSE_LOGGER = 0 +PAUSE_LOGGER = 1 CLEAR_LOGGER = 1 CLI_TITLE = 'KOMRADE'