You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#811 (comment)
tl;dr: using /dev/stderr redirects to /proc/self/fd/2 which redirects to /dev/pts/0
And docker logs reads from /proc/1/fd/{1,2} (when the container is -d or "detached")
using 7.3-apache
tried to change the format of the log
in apache2.conf
Added
but format was not honored
The text was updated successfully, but these errors were encountered: