Friendly nudge: PR #429 "mod_log_config: Add log_formatter support and a JSON log_formatter" 📝

2024-09-21 Thread Thomas Meyer
there’s anything I can do to help move it along or make it easier to review, feel free to let me know. Thanks a lot for your time! I'll buy the first round of virtual coffee ☕ for anyone who can help push this one through. 😉 Best regards, Thomas Am 9. September 2024 08:41:44 MESZ sch

Re: Json support for httpd log

2024-09-08 Thread Thomas Meyer
Am 30. Juli 2024 23:28:20 MESZ schrieb Thomas Meyer : >Am Sun, Jun 02, 2024 at 04:08:06PM +0200 schrieb Thomas Meyer: Good day! Summer seems to come to an end this week in Germany, a lot of rain and colder weather is forecasted this week, so a good chance to greet the beginning autumn

Re: Json support for httpd log

2024-07-30 Thread Thomas Meyer
Am Sun, Jun 02, 2024 at 04:08:06PM +0200 schrieb Thomas Meyer: > Hi, Hello again, > Anything I can do to get this pr reviewed and merged? > > https://github.com/apache/httpd/pull/429 > > Feedback is most welcome. Another month has passed... Any chance that this PR gets r

Re: Json support for httpd log

2024-06-13 Thread Thomas Meyer
t; >On 6/12/24 9:41 PM, Thomas Meyer wrote: >> Hi, >> >> Any feedback, please ? >> Do my mails get stuck in some spam filters? >> >> Mfg >> Thomas >> >> >> Am 2. Juni 2024 16:08:06 MESZ schrieb Thomas Meyer : >> >> Hi, &g

Re: Json support for httpd log

2024-06-12 Thread Thomas Meyer
Hi, Any feedback, please ? Do my mails get stuck in some spam filters? Mfg Thomas Am 2. Juni 2024 16:08:06 MESZ schrieb Thomas Meyer : >Hi, > >Anything I can do to get this pr reviewed and merged? > >https://github.com/apache/httpd/pull/429 > >Feedback is most welc

Re: Json support for httpd log

2024-06-06 Thread Thomas Meyer
Hi, After a review comment I added another commit to the pr to address the review comment. Mfg Thomas Am 2. Juni 2024 16:08:06 MESZ schrieb Thomas Meyer : >Hi, > >Anything I can do to get this pr reviewed and merged? > >https://github.com/apache/httpd/pull/429 > >Fee

Json support for httpd log

2024-06-02 Thread Thomas Meyer
Hi, Anything I can do to get this pr reviewed and merged? https://github.com/apache/httpd/pull/429 Feedback is most welcome. Mfg Thomas

Json formatter support for httpd trunk

2024-04-16 Thread Thomas Meyer
Hi, I would like to get some feedback regarding my pr: https://github.com/apache/httpd/pull/429 Anything I can do to get this pr merged? Mfg Thomas -- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.

Re: [RFC] JSON logging support for httpd 2.4.x

2024-02-22 Thread Thomas Meyer
Hi, How to proceed with #373, can someone please give some feedback? Mfg Thomas Am 8. September 2023 20:35:09 MESZ schrieb Thomas Meyer : >Hi, > >as I learned all code must go to trunk first, so I kindly ask to review my >updated patch against trunk here: > >https://githu

Re: [RFC] JSON logging support for httpd 2.4.x

2023-09-08 Thread Thomas Meyer
MESZ schrieb Thomas Meyer : >Hi, > >Sadly I got no feedback at all. > >What is the preferred way for contributions? > >I also did raise a PR here with some fixes on top of this patch series: > >https://github.com/apache/httpd/pull/353 > >Mfg >Thomas > >Am

Re: [RFC] JSON logging support for httpd 2.4.x

2023-03-31 Thread Thomas Meyer
Hi, Sadly I got no feedback at all. What is the preferred way for contributions? I also did raise a PR here with some fixes on top of this patch series: https://github.com/apache/httpd/pull/353 Mfg Thomas Am 24. März 2023 22:54:08 MEZ schrieb Thomas Meyer : > >Hi, > >please ha

[PATCH 3/3] mod_log_config: Add JSON logger

2023-03-24 Thread Thomas Meyer
--- modules/loggers/mod_log_config.c | 159 +-- 1 file changed, 153 insertions(+), 6 deletions(-) diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c index d142c888ad..188131ebac 100644 --- a/modules/loggers/mod_log_config.c +++ b/modules/l

[PATCH 2/3] mod_log_config: Forward log_format_items to the log_writer

2023-03-24 Thread Thomas Meyer
Prepare for JSON writer --- modules/loggers/mod_log_config.c | 6 +- modules/loggers/mod_log_config.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c index 6934a8691c..d142c888ad 100644 --- a/modules/logge

[PATCH 1/3] mod_log_config: add creating tag to log_format_item

2023-03-24 Thread Thomas Meyer
Preprartional change for upcoming JSON support --- modules/loggers/mod_log_config.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c index 5d5b73a1f5..6934a8691c 100644 --- a/modules

[RFC] JSON logging support for httpd 2.4.x

2023-03-24 Thread Thomas Meyer
Hi, please have a look at this preliminarily work to support JSON output in mod_log_config. It's still unfinished and has probably a lot of bugs, but this is to show the general idea of my solution. Help and feedback is most welcome. Mfg thomas

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 -- Diese Nachric