Skip to content

Commit

Permalink
LOGGING Lower logging messages to debug for not-particularly-actionab…
Browse files Browse the repository at this point in the history
…le reports
  • Loading branch information
mcfletch committed Aug 31, 2022
1 parent c7345e6 commit 95f28ab
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 143 deletions.
2 changes: 1 addition & 1 deletion OpenGL/acceleratesupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)
raise ImportError("""Old version of OpenGL_accelerate""")
ACCELERATE_AVAILABLE = True
_log.info("""OpenGL_accelerate module loaded""")
_log.debug("""OpenGL_accelerate module loaded""")
else:
raise ImportError("""Acceleration disabled""")
except ImportError as err:
Expand Down
Loading

0 comments on commit 95f28ab

Please sign in to comment.