Is it possible to setup Loglevel
so that it will ignore a specific module, such as ssl_engine_io.c
?
Asked
Active
Viewed 180 times
1 Answers
0
Sure, anything is possible. You have the source. :) However, there is no way to do it without recompiling.
Anyway, the log level is set in the server_rec struct, implying it is set per-vhost.
The ap_log_* functions get the file and line info of the caller so it would be possible to hack this feature into the source in a general way.

Mark Wagner
- 18,019
- 2
- 32
- 47
-
lol, bleh. So there's no simple way ^_^ – Ben Dec 20 '10 at 14:22