Skip to content

Commit

Permalink
set log level for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mc51 committed Nov 26, 2020
1 parent 3b3ff0e commit bf19fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipster/log_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path
import os

LEVEL = logging.DEBUG
LEVEL = logging.WARNING
current_os = platform.system()
# On Linux and Mac use /tmp
LOG_FILE = "/tmp/clipster.log"
Expand Down

0 comments on commit bf19fb1

Please sign in to comment.