Skip to content

Commit

Permalink
surpress subliminal
Browse files Browse the repository at this point in the history
It talks too much
  • Loading branch information
michael committed Aug 28, 2015
1 parent 677e1fc commit fa4fc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

fileConfig(os.path.join(os.path.dirname(sys.argv[0]), 'logging.ini'), defaults={'logfilename': os.path.join(os.path.dirname(sys.argv[0]), 'info.log').replace("\\", "/")})
log = logging.getLogger("MANUAL")
logging.getLogger("subliminal").setLevel(logging.WARNING)
logging.getLogger("subliminal").setLevel(logging.CRITICAL)
logging.getLogger("requests").setLevel(logging.WARNING)
logging.getLogger("enzyme").setLevel(logging.WARNING)

Expand Down

0 comments on commit fa4fc16

Please sign in to comment.