Skip to content

Commit

Permalink
fix #482 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Jan 28, 2022
1 parent 8f55d26 commit 33c11b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdsuite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
__version__ = "0.1.0"

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
logger.setLevel(logging.DEBUG)

# Formatter for advanced logging
formatter = logging.Formatter("%(asctime)s - %(levelname)s: %(message)s")
Expand Down

0 comments on commit 33c11b3

Please sign in to comment.