-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
This configuration seems normal to everyone :
[global]
error_log = /proc/self/fd/2
; if we send this to /proc/self/fd/1, it never appears
access.log = /proc/self/fd/2
But this really sucks, the access log is merged with the error log.
The fpm config doesn't allow us to catch true error (error output on catch error), the fpm log info & the access log.
I can see that the the comment is true, if you try anything else that is docker supported (/dev/stdout, ...) doesn't seems to work.
But I really wonder what is the reason since other docker image works well. I really want to report the bug to the right repositories.
I've the impression that is fpm related bug but I can't find any issue reported about this.
Any help will be really appreciate.
gajus, tonyfahrion, jaceklabuda, skuda, shafreeck and 23 more
Metadata
Metadata
Assignees
Labels
No labels