[4.x]: Keep getting "[web.ERROR] [application] Initiated" in web log
What happened?
Description
As per title, I keep getting "[web.ERROR] [application] Initiated" in web log for every single request, e.g.
2022-08-10 08:55:50 [web.ERROR] [application] Initiated {"memory":2627584}
It doesn't seem to be any issues, but it just keep spamming the log, which can make us harder to look for the actual errors in the log.
Steps to reproduce
- Visit any page on front end / CP
- Review the web log, I see this line in every request.
Expected behavior
Shouldn't be marked as error? Or removed if this information is not useful.
Actual behavior
Showing up as error in the log.
Craft CMS version
4.2.0
PHP version
8.1.9
Operating system and version
WINNT 10.0
Database type and version
MariaDB 10.3.14
Image driver and version
GD 8.1.9
Installed plugins and versions
- Blitz 4.2.1
- Control Panel CSS 2.5.0
- Field Manager 3.0.1
- Freeform 4.0.0
- Imager X 4.1.2
- Neo 3.2.5
- Redactor 3.0.2
- Retour 4.0.2
- SEO Settings 4.0.7
- Table Maker 4.0.0
- Typed link field 2.1.3-rc
@wei2go Before we go too far, can you first try and disable all plugins: https://craftcms.com/docs/4.x/config/config-settings.html#disabledplugins (adding CRAFT_DISABLED_PLUGINS=* to your env is a quick way).
If you don't see the log, then we know it is coming from one of the plugins.
If you still see it, I'm going to need more detail, as I cannot reproduce this.
Are you able to run this app in DDEV? If so, that would allow us to share the same dev environment to reproduce.
If all else fails, please send your composer.json, composer.lock, a database dump, and any other relevant files to reproduce this issue, to [email protected] and I will take a look.
Closing due to inactivity.