----- 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.ga...@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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to