|
From: Mark P. <Ma...@so...> - 2003-06-27 01:00:52
|
Leif, > What you are asking for is to be able to hide an entire line of output if that output contains a specified token? Yes. In general our logging needs are light. We have a daemon job monitoring a queue, it receives entries that cause it to run another products "command line". This command line dumps a bunch of output that we capture and log as either INFO or ERROR based on the return code. The only minor issue is that their command line spits out one or two lines of copyright junk that doesn't really need to be in the log. We can easily filter it out in our code, but it would be cool if it could be done by your filters. Because, as I said, their copyright info could change with future versions so if it was soft-coded in the conf file that would be nice. Thanks for considering it. Mark |