Hi,
Today I did stumble upon mod_log_json in trunk, sadly it's not available in
2.4.x.
This json loggers would be really helpful in k8s deployments.
Can this module get please get back ported to 2.4.
Are there any reasons that speak against it? Security concerns?
Mfg
Thomas
--
On 04/23/2018 06:07 PM, Paul Querna wrote:
Morning dev@,
I just committed mod_log_json to trunk in r1829898.
Right now, to use it you need something like this:
LogFormat "%^JS" json
CustomLog "logs/access_log.json" json
Currently it has a static format of t
When trying to do a reallyall modules build I get an error during
compilation of md_json. The compile command does not contain and "-I"
flag for the jansson library. For mod_log_json, which gets build a bit
earlier, the include path flag correctly contains jansson.
Looking at mod
Morning dev@,
I just committed mod_log_json to trunk in r1829898.
Right now, to use it you need something like this:
LogFormat "%^JS" json
CustomLog "logs/access_log.json" json
Currently it has a static format of the JSON, and example message is like this:
{
&quo