Last active
November 6, 2017 14:48
-
-
Save hartym/b1f9a2b6f281ca5b54e6c00206a01976 to your computer and use it in GitHub Desktop.
Hello, Mondrian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
import mondrian | |
# One line setup (excepthook=True tells mondrian to handle uncaught exceptions) | |
mondrian.setup(excepthook=True) | |
# Use logging, as usual. | |
logger = logging.getLogger() | |
logger.setLevel(logging.INFO) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment