Taymindis/nginx-link-function

Logging?

david9100 opened this issue · 2 comments

Your example works great and I think that I'll be able to build off of that. One question is that you give some logging examples:

ngx_http_c_func_log(info, ctx, "%s", "Starting The Application");
but it does not seem to log anywhere. Is there something special that must be done?

That did the trick. Thanks!