MEDIUM: fcgi-app: properly postresolve logsrvs
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 4 Jul 2023 15:01:09 +0000 (17:01 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Sep 2023 14:06:39 +0000 (16:06 +0200)
commit486aa01204f535fc5f1541858b6ef40c6e89ffed
treee8da8932d96b969037e93f8940aaac7743079cc0
parentd9b81e5b49b4e0e7db8976997b39f568c189ae95
MEDIUM: fcgi-app: properly postresolve logsrvs

Now that we have postresolve_logsrv_list() function, we make use of it
for fcgi-app log postparsing logic.

This will allow this kind of config to work:
  |fcgi-app test
  |        docroot /
  |        log-stderr tcp@127.0.0.1:514 local0

Plus, consistency checks will also be performed as for regular log
directives used from global, log-forward or proxy sections.
src/fcgi-app.c