Skip to content

Large refactor of logging to simplify it - #267

Merged
ndw merged 1 commit into
xmlresolver:mainfrom
ndw:iss-266
Dec 8, 2025
Merged

ndw merged 1 commit into
xmlresolver:mainfrom
ndw:iss-266

Conversation

@ndw

@ndw ndw commented Dec 8, 2025

Copy link
Copy Markdown
Collaborator

Fix #266

The notion of a default level and different levels for different categories of output has all been discarded. There’s just a log level. Warning and error messages are the same. All of the other categorized messages are now just debug level.

There’s an intertwingled fix here to avoid outputing error messages when attempting to parse catalogs in zip files.

Fix #266

The notion of a default level and different levels for different categories of
output has all been discarded. There’s just a log level. Warning and error
messages are the same. All of the other categorized messages are now just debug
level.

There’s an intertwingled fix here to avoid outputing error messages when
attempting to parse catalogs in zip files.
@ndw
ndw merged commit 0428b50 into xmlresolver:main Dec 8, 2025
2 checks passed
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.

Simplify how logging is configured?

1 participant