Re: [apparmor] [patch] mod_apparmor: fix logging

2014-04-22 Thread Seth Arnold
On Mon, Jan 20, 2014 at 04:16:37PM -0800, Steve Beattie wrote: > Subject: mod_apparmor: fix logging > > The apache2 mod_apparmor module was failing to log debugging messages > when the apache loglevel was set to debug or lower (i.e. traceN). This > patch fixes it by using ap_log_rerror() (for requ

[apparmor] [patch] mod_apparmor: fix logging

2014-01-20 Thread Steve Beattie
Subject: mod_apparmor: fix logging The apache2 mod_apparmor module was failing to log debugging messages when the apache loglevel was set to debug or lower (i.e. traceN). This patch fixes it by using ap_log_rerror() (for request specific messages, with the request passed for context) and ap_log_pe