Skip to content

Fix: do not skip anchor validation warnings in verbose mode#57

Merged
oprypin merged 1 commit intomasterfrom
warndebug
Mar 20, 2026
Merged

Fix: do not skip anchor validation warnings in verbose mode#57
oprypin merged 1 commit intomasterfrom
warndebug

Conversation

@oprypin
Copy link
Copy Markdown
Member

@oprypin oprypin commented Mar 20, 2026

I don't know how I was thinking the piece of code if log.getEffectiveLevel() > logging.DEBUG was supposed to work. It doesn't achieve anything like the comment is saying "Populated only if validation: {anchors: info} (or greater) is set." - but it does disable anchor validation under --verbose.

I don't know how I was thinking the piece of code `if log.getEffectiveLevel() > logging.DEBUG` was supposed to work. It doesn't achieve anything like the comment is saying "`Populated only if `validation: {anchors: info}` (or greater) is set.`" - but it does disable anchor validation under `--verbose`.
@oprypin oprypin merged commit 204393e into master Mar 20, 2026
25 checks passed
@oprypin oprypin deleted the warndebug branch March 20, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Verbose flag overrides --strict flag. Don't disable anchor validation in DEBUG mode

1 participant