Skip to content
New issue

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

A log without a message is not allowed by some log services #322

Open
hdumazeau opened this issue Sep 30, 2022 · 0 comments
Open

A log without a message is not allowed by some log services #322

hdumazeau opened this issue Sep 30, 2022 · 0 comments

Comments

@hdumazeau
Copy link

| 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

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

No branches or pull requests

1 participant