tanagumo
tanagumo
I don't think that `record_modifier` plugin support `Allowlist_key` in version 1.7 (it seemed to be supported since v1.8.0). So, the descripiton should be removed from the document for version 1.7.
Segmentation fault occurs in the AWS Fargate. I made the application container image based on [python:3.11.0-slim-bullseye (arm64)](https://hub.docker.com/layers/library/python/3.11.0-slim-bullseye/images/sha256-9902435f1f7210332212faaa460743e93a797d2e26a3c50e60c9d4c85a25f36b?context=explore). * uwsgi.ini ``` [uwsgi] chdir=/opt/app module=wsgi.app:application socket=/opt/shared_volume/socket_files/0c62d153b89041b49f0d68224212ac1a.sock http=127.0.0.1:44444 chmod-socket=666 processes=1 threads=4 listen=128 stats=127.0.0.1:7071...