0

I have been trying to point my logs to /proc/1/fd/1 but it is saying cannot acces the directory and if i use /proc/self/fd/1 nothing is writing to my stdout

pavansai
  • 1
  • 1

1 Answers1

0

See the accepted answer of Make a Docker application write to stdout

You would rather soft link to the actual log location to /dev/{stdout,stderr}

Deepak Deore
  • 691
  • 9
  • 15