Skip to content

Commit

Permalink
clean filelock output (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronakice committed Dec 2, 2020
1 parent 0f738c0 commit aed21c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygaggle/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
coloredlogs.install(level='INFO',
fmt='%(asctime)s [%(levelname)s] %(module)s: %(message)s')
logging.getLogger("transformers").setLevel(logging.WARNING)
logging.getLogger("filelock").setLevel(logging.WARNING)

0 comments on commit aed21c0

Please sign in to comment.