-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Reduce legacy event log level to debug #18966
Conversation
Thanks 👍 |
How about debug for 18, where we can't change much at this stage and a warning for 19+ where we hopefully can finish the migration and thus it should only pop up in edge cases? I just want to avoid having to keep compat for ages. The sooner we can get this done the better ✌️ |
Fine by me. @MichaIng could you rebase the branch to stable18 and change the base? |
@ChristophWurst |
Yes. Unfortunately the breakage of the Symfony event was detected a bit late in the 18 dev cycle, that is why we have the old and new version. |
Hmm, this cannot be done from GitHub web UI, can it? https://gist.github.com/txels/178c78a8ffb8b7e8b79b @kesselb
|
This is to reduce log flooding on info log level, which is currently expected tue to deprecated event use in many apps and core: #18331 This information is helpful for developers only, hence should be sufficient as debug log. Especially due to the extremely high frequency this log can happen, this currently practically forces admins to disable info logs, which conflicts with other needs. Signed-off-by: MichaIng <micha@dietpi.com>
f652c14
to
fbf93de
Compare
Second reviewer can approve this now? Would be great to have it in NC18 release. For NC19 it is indeed best to keep the logs more prominent or even raise them to warnings, to constantly remember all developers about the event type migration 😉. |
Deleted the backport comment since base branch is changed to stable18 |
So we will never find out if the backportbot is smart enough to figure out that source and target are the same 🤣 🙄 |
But we will find out if it checks if the comment is still present or does weird things now 😉 |
No worries, since I know now how to change a branches base branch, I can create some other PR with the aim to have the backportbot pushing its self-destruction button 😄. |
Ah I think drone chokes on chaging the base branch |
@rullzer |
yesplease do. |
It is. But mainly because it is a stupid lazy bot so it will only check once the PR is merged 📦
Also here. Because it is a stupid lazy stateless bot :P It will only see commits actually present :P |
That serves me some arguments against my boss, wife and mama 👍. Okay lets get those lazy guys some job to do. New PR: #19118 |
This is to reduce log flooding on info log level, which is currently expected due to deprecated event use in many apps and core: #18331
This information is helpful for developers only, hence should be sufficient as debug log. Especially due to the extremely high frequency this log can happen, it currently practically forces admins to disable info logs, which conflicts with other needs.
Fixes #18331, Fixes #19097
Signed-off-by: MichaIng micha@dietpi.com