nginx-rtmp-docker icon indicating copy to clipboard operation
nginx-rtmp-docker copied to clipboard

Logs of the executed command

Open ramiel opened this issue 7 months ago • 0 comments

I'd like to redirect the logs of the command run at the exec in order to see them in docker logs. I tried the following

exec_push mycommand >>/dev/stdout 2>&1;

but it's not working. Redirecting to ay other file is working. Any hint about how to solve this?

ramiel avatar Nov 15 '23 11:11 ramiel