- 🇨🇦Canada bisonbleu
I think there's a genuine use case where disabling the loggers or having a quiet/not-so-verbose mode would be nice and it's during migrations.
When importing/rolling-back webform submission in terminal, you get a notice for each submission. That means if you've got 50k submissions you will get 50k notices which slows the whole process down and sometimes sets your cpu on fire ;-)
[notice] Deleted Webform Application: Submission #17256. [notice] Deleted Webform Self Service: Submission #17261. [notice] Deleted Webform Application: Submission #17266. [notice] Deleted Webform Application: Submission #17271. [notice] Deleted Webform Application: Submission #17276. [notice] Deleted Webform Application: Submission #17281. [notice] Deleted Webform Application: Submission #17286. [notice] Rolled back 3444 items - done with 'd7_webform_submission' …
- 🇨🇦Canada bisonbleu
There's a patch that does just that here: [3059072], courtesy of @jrockowitz himself :^)
Yes, however, as stated earlier in #10
the module is still left with a on/off checkbox, which basically does nothing
Even if we use a patch, there's still the issues mentioned in #10 to fix.
- 🇨🇦Canada bisonbleu
I agree. The patch is just one small step - hopefully in the right direction…
- Status changed to Closed: won't fix
about 1 year ago 12:33pm 8 April 2024 - 🇺🇸United States jrockowitz Brooklyn, NY
This issue should be addressed via the patch, custom code or dedicated contributed module.