Skip to content

Switch default logger to PSR-3 NullLogger#46

Merged
landrok merged 1 commit intolandrok:masterfrom
pfefferle:psr-default-logger
Oct 15, 2025
Merged

Switch default logger to PSR-3 NullLogger#46
landrok merged 1 commit intolandrok:masterfrom
pfefferle:psr-default-logger

Conversation

@pfefferle
Copy link
Copy Markdown
Contributor

Replaces Monolog as the default logger with Psr\Log\NullLogger in LoggerConfiguration. Updates composer.json to require psr/log instead of monolog/monolog, and revises documentation to reflect the new default and clarify logger usage. This change reduces dependencies and allows for any PSR-3 compatible logger to be used.

Replaces Monolog as the default logger with Psr\Log\NullLogger in LoggerConfiguration. Updates composer.json to require psr/log instead of monolog/monolog, and revises documentation to reflect the new default and clarify logger usage. This change reduces dependencies and allows for any PSR-3 compatible logger to be used.
@landrok landrok merged commit 13374a3 into landrok:master Oct 15, 2025
0 of 5 checks passed
@landrok
Copy link
Copy Markdown
Owner

landrok commented Oct 15, 2025

Hello Mathias, thanks for this nice patch.

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.

2 participants