Ben Asked: 2010-12-18 08:58:57 +0800 CST2010-12-18 08:58:57 +0800 CST 2010-12-18 08:58:57 +0800 CST apache log level - ignore module 772 Is it possible to setup Loglevel so that it will ignore a specific module, such as ssl_engine_io.c ? loglevel 1 Answers Voted Best Answer Mark Wagner 2010-12-18T15:37:18+08:002010-12-18T15:37:18+08:00 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.
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.