We are trying to deploy the file-log plugin with the path defined as /dev/stdout. However, we are running into the following error:
[file-log] failed to open the file: Permission denied while logging requestWhen checking the permissions we don’t see anything that is lacking.
ls -al /dev/stdout
lrwxrwxrwx 1 root root 15 Mar 13 13:22 /dev/stdout -> /proc/self/fd/1The file-log plugin documentation shows that logging to /dev/stdout is supported, but running the plugin this way produces a permissions error.