humanmade / altis-consent

Enhanced user privacy and consent controls for Altis.
GNU General Public License v3.0
5 stars 2 forks source link

This generates a lot of logging noise #49

Closed nathanielks closed 3 years ago

nathanielks commented 3 years ago

This warning is logged on each request:

PHP Warning:  The WP Consent Level API plugin must be installed and activated in /usr/src/app/vendor/altis/consent/inc/namespace.php on line 20

As we have healthchecks every 30 seconds, this is being logged twice a minute per container and is generating a lot of noise.

roborourke commented 3 years ago

I guess we can fail silently here but ideally it shouldn't be getting that far without the other script 🤔 Will check into why it it's happening.

rmccue commented 3 years ago

@roborourke Is this still valid, or can we close out?

roborourke commented 3 years ago

Hm, not actually seen it anywhere for ages, might have been fixed. Yeah we can close it.