Skip to content

Commit

Permalink
Change log levels to production
Browse files Browse the repository at this point in the history
  • Loading branch information
soaressgabriel committed May 17, 2023
1 parent bc1092e commit 9591687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubem/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
LOG_FILE_BACKUP_COUNT = 1
LOG_MSG_FMT = "%(asctime)s %(name)s %(levelname)s:%(message)s"
LOG_MSG_DTFMT = "%m/%d/%Y %H:%M:%S"
LOG_LEVEL_DEFAULT_FILE = logging.DEBUG
LOG_LEVEL_DEFAULT_TERM = logging.DEBUG
LOG_LEVEL_DEFAULT_FILE = logging.INFO
LOG_LEVEL_DEFAULT_TERM = logging.ERROR

def main():
"""[summary]
Expand Down

0 comments on commit 9591687

Please sign in to comment.