plating
2026-03-20
Guard debug and trace log calls with level-check predicates
12 files · 65+ · 31-
Guard debug log calls across 11 files
11 files changed
auto_detect.pyWrapped debug() calls with is_debug_enabled() guardmain.pyWrapped debug() calls with is_debug_enabled() guardpyproject.pyWrapped debug() calls with is_debug_enabled() guarddoc_generator.pyWrapped debug() calls with is_debug_enabled() guardindex_merger.pyWrapped debug() calls with is_debug_enabled() guardproject_utils.pyWrapped debug() calls with is_debug_enabled() guardmarkdown_validator.pyWrapped debug() calls with is_debug_enabled() guardnav_generator.pyWrapped debug() calls with is_debug_enabled() guardregistry.pyWrapped debug() calls with is_debug_enabled() guardengine.pyWrapped debug() calls with is_debug_enabled() guardfunctions.pyWrapped debug() calls with is_debug_enabled() guard
- Wrapped all debug() calls that construct f-strings with is_debug_enabled() guards across 11 source files to avoid unnecessary string interpolation
streamline
internal
11 files
auto_detect.pymain.pypyproject.pydoc_generator.pyindex_merger.pyproject_utils.pymarkdown_validator.pynav_generator.pyregistry.pyengine.pyfunctions.py
Guard trace log call in adorner
1 file changed
adorner.pyWrapped trace() call with is_trace_enabled() guard
- Wrapped trace() call in
adorner/adorner.pywith is_trace_enabled() guard streamline internal1 file
adorner.py