|
From: Mark P. <Ma...@so...> - 2003-06-26 15:42:45
|
Would it be possible to add an action of IGNORE to wrapper.filter.action? IGNORE would mean to not write the message to the log. I would like to use this to enter some log messages as triggers that we would rather not write to the log. I have a process where I am logging all of the messages retrieved after running a system command. Some of these messages are just copyrights etc.. It would be nice if I could filter them out in the logging framework instead of in my code. That way the user could control it, and if the copyrights changed I could just filter them out by updating the wrapper.conf. Thanks Mark |