lower debug log priority

This commit is contained in:
Omar Polo 2023-08-08 17:33:43 +00:00
parent b27dc2b0a3
commit 4f7492c36e
1 changed files with 2 additions and 1 deletions

3
fcgi.c
View File

@ -403,7 +403,8 @@ fcgi_req(struct client *c, struct location *loc)
l--;
if (!strncmp(scriptname, pathinfo, l))
pathinfo += l;
log_warnx("scriptname=%s ; pathinfo=%s", scriptname, pathinfo);
log_debug("scriptname=%s ; pathinfo=%s", scriptname, pathinfo);
fcgi_begin_request(c->cgibev);
fcgi_send_param(c->cgibev, "GATEWAY_INTERFACE", "CGI/1.1");