diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/logger_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/logger_utils.py b/utils/logger_utils.py index 780696f4..5efc1ef5 100644 --- a/utils/logger_utils.py +++ b/utils/logger_utils.py @@ -59,7 +59,7 @@ class Logger(object): class QtipLogger(Logger): - file_path = '/var/log/qtip' + file_path = '~/qtip/logs' def __init__(self, logger_name): super(QtipLogger, self).__init__(logger_name) |