format issues when redirecting to docker logs with json logger
I am trying to redirect logs from a certain process to the docker logs, and i am achieving the same using a redirection using > /proc/1/fd/1
and this works perfectly fine.
I am trying to redirect logs from a certain process to the docker logs, and i am achieving the same using a redirection using > /proc/1/fd/1
and this works perfectly fine.