-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Don't disable anchor validation in DEBUG mode #3927
Copy link
Copy link
Open
ProperDocs/properdocs
#57Labels
Description
Originally posted by @pawamoy in #3919
What's weird is that the info logs disappear in verbose mode. Probably because of this line:
mkdocs/mkdocs/structure/pages.py
Line 291 in 7e4892a
if log.getEffectiveLevel() > logging.DEBUG: Not sure to understand why we have this line. Surely enabling verbose mode doesn't mean we want anchor validation to be disabled.
Reactions are currently unavailable