We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070e1fe commit c59bb17Copy full SHA for c59bb17
1 file changed
server/__init__.py
@@ -36,6 +36,7 @@
36
37
38
logging.basicConfig(level=logging.DEBUG)
39
+logging.getLogger("MARKDOWN").setLevel(logging.INFO)
40
41
ROOT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..")
42
TEMPLATES_DIR = ROOT_DIR + "/templates"
0 commit comments