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
Asked
Active
Viewed 2,335 times
1 Answers
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