-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NGINX 1.5 #11
Comments
Just so you know the hunks Hunk #1 FAILED at 10. |
[and, also, can you add new tag with patch for 1.5 then?] |
Thanks for your report. It seems nginx-1.5.2 change the error_log structure greatly. I'll try to fix this problem this weekend. |
Hi there! |
Yeah multiple error log directives are now supported, I can see how this might require more major changes. Take your time and get it right :) |
Any progress towards 1.5.0? |
Hi guys, Any news about 1.5? :) |
https://github.com/splitice/nginx_syslog_patch Includes 1.5.6 support (access log only). I have no interest in doing error_log support at this time. I upgraded it over the weekend, this patch hasnt had QA internally yet. Feel free to let me know if it has any problems. |
What would be needed to implement error_log support? |
Switching to the latest official version of Nginx where this is already built-in might do it. ;-) |
I tried that. it doesn't work properly. I am currently submitting some bugs to the nginx project, like this https://bugs.launchpad.net/nginx/+bug/1329400 Also has another bug when syslogd is restart nginx doesn't properly reopen the socket so all the log msgs are lost. |
src/core/ngx_log.c:699:27: error: ângx_log_tâ has no member named âfacilityâ
src/core/ngx_log.c:699:9: error: statement with no effect [-Werror=unused-value]
src/core/ngx_log.c:700:27: error: ângx_log_tâ has no member named âpriorityâ
src/core/ngx_log.c:700:9: error: statement with no effect [-Werror=unused-value]
src/core/ngx_log.c: In function âlog_exitâ:
src/core/ngx_log.c:721:23: error: ângx_log_tâ has no member named âsyslog_setâ
src/core/ngx_log.c: At top level:
src/core/ngx_log.c:674:1: error: ângx_set_syslogâ defined but not used [-Werror=unused-function]
etc
Attempted to use 1.4 patch.
The text was updated successfully, but these errors were encountered: