Debugging another problem related to this patch got me to thinking....

<vent>
Is this patch pedantic?  I mean, what is wrong with letting mod_log_config handle the 
%c directive
just as it always has?  We are trying to file every single little nit in its tight 
little spot at
the expense of maintainability.  This code base is getting seriously complex. Stuff 
like this makes
it even worse.
</vent>

Bill

> rbb         01/04/18 14:06:07
>
>   Modified:    .        CHANGES
>                modules/http http_core.c
>                modules/loggers mod_log_config.c
>   Log:
>   Allow modules to specify their own logging format specifier.  Basically,
>   mod_log_config has registered an optional function, that other modules
>   can use to specify a function to be called.  This is analogous to the way
>   that mod_include works.  This also allows http to do the connection
>   logging itself, without exposing HTTP specific pieces to other modules.
>


Reply via email to