How to redirect auth.log nextcloud.log and flow.log in docker install to stdout

Hi there, just simple question, we have tried:

in 25.0.0 version docker install:

sudo -u www-data php occ config:app:set admin_audit logfile --value=/dev/stdout
sudo -u www-data php occ config:app:set workflowengine logfile --value=/dev/stdout
sudo -u www-data php occ config:system:set logfile --value=/dev/stdout

But no effect. Anyone can do this? is to deploy awslogs to CW, without this, the logs are bigger and bigger and the container fills.

Thanks!!