We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| Symfony version | 5.4.x | Bundle version | 8.3.0
Some log services no longer allow logging without a message. For example the graylog2/gelf-php bundle required by monolog/monolog does not allow this in the latest version: https://github.com/bzikarsky/gelf-php/blob/master/src/Gelf/MessageValidator.php#L53
In your bundle, a log without message exists: https://github.com/8p/EightPointsGuzzleBundle/blob/master/src/Middleware/LogMiddleware.php#L44
The text was updated successfully, but these errors were encountered:
No branches or pull requests
| Symfony version | 5.4.x
| Bundle version | 8.3.0
Some log services no longer allow logging without a message.
For example the graylog2/gelf-php bundle required by monolog/monolog does not allow this in the latest version:
https://github.com/bzikarsky/gelf-php/blob/master/src/Gelf/MessageValidator.php#L53
In your bundle, a log without message exists:
https://github.com/8p/EightPointsGuzzleBundle/blob/master/src/Middleware/LogMiddleware.php#L44
The text was updated successfully, but these errors were encountered: