You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Petr Hracek <ph...@gmail.com> on 2011/05/26 09:48:30 UTC

[users@httpd] Disable huge SSL logs in case when LogLevel i sset to debugdebug

Dear users,

I have try to find out how to set SSL logs from debug to info even
when I have setup LogLevel to debug.
My log /var/log/apache2/error.log contains as debug logs from the
module as SSL logs and this is not
readable well.

Do you have any idea how to do that. May be SSL logs will be gathered
in separate log file?

Thank you in advance

-- 
Best Regards / S pozdravem
Petr Hracek

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Disable huge SSL logs in case when LogLevel i sset to debugdebug

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> Dear users,
> 
> I have try to find out how to set SSL logs from debug to info even
> when I have setup LogLevel to debug.
> My log /var/log/apache2/error.log contains as debug logs from the
> module as SSL logs and this is not
> readable well.
> 
> Do you have any idea how to do that. May be SSL logs will be gathered
> in separate log file?

Maybe they will, but that doesn't mean you'll be able to get different
LogLevels, unless they are also in different contexts.

2.3/24 offer a simple way to do this, by introducing per-module log levels:

LogLevel debug ssl:warn 

See:
http://httpd.apache.org/docs/trunk/new_features_2_4.html
and
http://drbacchus.com/files/20_Things.pdf
for more info.


> Thank you in advance

i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org