Re: [PATCH] Make error logging modular

2014-07-11 Thread Jan Kaluža
On 09/18/2013 02:12 PM, Jim Jagielski wrote: +1! On Sep 18, 2013, at 8:09 AM, Eric Covener cove...@gmail.com wrote: On Wed, Sep 18, 2013 at 8:01 AM, Jan Kaluža jkal...@redhat.com wrote: On 07/22/2013 08:02 AM, Jan Kaluza wrote: - Original Message - Hello Jan, Is there any reason

Re: [PATCH] Make error logging modular

2014-07-11 Thread Yann Ylavic
Hi Jan, On Fri, Jul 11, 2014 at 11:17 AM, Jan Kaluža jkal...@redhat.com wrote: I've updated mod_journald to latest trunk and added documentation. You can check the patch against trunk at http://people.apache.org/~jkaluza/patches/mod_journald/0001-mod_journald.patch. +static apr_pool_t

Re: [PATCH] Make error logging modular

2014-07-11 Thread Jan Kaluža
On 07/11/2014 12:53 PM, Yann Ylavic wrote: Hi Jan, On Fri, Jul 11, 2014 at 11:17 AM, Jan Kaluža jkal...@redhat.com wrote: I've updated mod_journald to latest trunk and added documentation. You can check the patch against trunk at

Re: [PATCH] Make error logging modular

2014-07-11 Thread Yann Ylavic
On Fri, Jul 11, 2014 at 1:07 PM, Jan Kaluža jkal...@redhat.com wrote: On 07/11/2014 12:53 PM, Yann Ylavic wrote: Hi Jan, On Fri, Jul 11, 2014 at 11:17 AM, Jan Kaluža jkal...@redhat.com wrote: I've updated mod_journald to latest trunk and added documentation. You can check the patch

Re: [PATCH] Make error logging modular

2014-07-11 Thread Jan Kaluža
On 07/11/2014 01:23 PM, Yann Ylavic wrote: On Fri, Jul 11, 2014 at 1:07 PM, Jan Kaluža jkal...@redhat.com wrote: On 07/11/2014 12:53 PM, Yann Ylavic wrote: Hi Jan, On Fri, Jul 11, 2014 at 11:17 AM, Jan Kaluža jkal...@redhat.com wrote: I've updated mod_journald to latest trunk and added

Re: [PATCH] Make error logging modular

2014-07-11 Thread Yann Ylavic
On Fri, Jul 11, 2014 at 2:03 PM, Jan Kaluža jkal...@redhat.com wrote: On 07/11/2014 01:23 PM, Yann Ylavic wrote: On Fri, Jul 11, 2014 at 1:07 PM, Jan Kaluža jkal...@redhat.com wrote: On 07/11/2014 12:53 PM, Yann Ylavic wrote: Hi Jan, On Fri, Jul 11, 2014 at 11:17 AM, Jan Kaluža

Re: [PATCH] Make error logging modular

2013-09-26 Thread Jan Kaluža
On 09/18/2013 02:19 PM, Ivan Zhakov wrote: On Wed, Sep 18, 2013 at 4:01 PM, Jan Kaluža jkal...@redhat.com wrote: On 07/22/2013 08:02 AM, Jan Kaluza wrote: - Original Message - Hello Jan, Is there any reason we shouldn't do this in trunk? I don't see any reason. This patch was

Re: [PATCH] Make error logging modular

2013-07-22 Thread Jan Kaluza
- Original Message - Hello Jan, Is there any reason we shouldn't do this in trunk? I don't see any reason. This patch was intended for trunk, but I don't have svn commit access, so I'm sending patches to this list :). It's also better that someone reviews my code, because I don't have

Re: [PATCH] Make error logging modular

2013-07-21 Thread Paul Querna
Hello Jan, Is there any reason we shouldn't do this in trunk? The patches and features seem generally correct to me with a cursory review. Thanks, Paul On Mon, May 27, 2013 at 3:23 AM, Jan Kaluža jkal...@redhat.com wrote: Hi, last week I was trying to write my own module to log error_log

[PATCH] Make error logging modular

2013-05-27 Thread Jan Kaluža
Hi, last week I was trying to write my own module to log error_log to systemd-journal [1] and I've found out that with the current error_log code, it's not possible to do that properly. I was able to use error_log hook, but there is no way to disable creation of ErrorLog file (One can set