πΊπΈUnited States Elijah Lynn Portland, Oregon
Thanks for this! I had this issue on an AWS Elasticache Memcache and fixed it by creating a custom param group and changed the value `max_item_size` to `4194304` (which is 4M) for our needs which resolved the error.
β¨ | Drupal core | Enable users to determine which types of log messages get written to dblog/syslog. Right now it's all or nothing.
πΊπΈUnited States Elijah Lynn Portland, Oregon
This is getting tested against D8 not D7. It will need to be re-rolled for Drupal 8.
β¨ | Drupal core | Enable users to determine which types of log messages get written to dblog/syslog. Right now it's all or nothing.
πΊπΈUnited States Elijah Lynn Portland, Oregon
The patch above won't apply to a standard Drupal site as most don't have a docroot folder (as Acquia does).
Try cd /docroot and then run git diff --relative inside docroot.
β¨ | Drupal core | Enable users to determine which types of log messages get written to dblog/syslog. Right now it's all or nothing.
πΊπΈUnited States Elijah Lynn Portland, Oregon