Skip to content

Commit c59bb17

Browse files
Set logging level for MARKDOWN to INFO (#1177)
1 parent 070e1fe commit c59bb17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737

3838
logging.basicConfig(level=logging.DEBUG)
39+
logging.getLogger("MARKDOWN").setLevel(logging.INFO)
3940

4041
ROOT_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..")
4142
TEMPLATES_DIR = ROOT_DIR + "/templates"

0 commit comments

Comments
 (0)