mod_log_json

2023-03-09 Thread Thomas Meyer
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 --

Re: new module: mod_log_json

2018-08-30 Thread Frank Kuhn
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

Build error in trunk for json modules (mod_md using md_json plus mod_log_json)

2018-06-19 Thread Rainer Jung
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

new module: mod_log_json

2018-04-23 Thread Paul Querna
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