I'm trying to run strace trough ccze, and the pipe doesn't work as expected.
The command-line I'm running to test is sudo strace -p $(pgrep apache2) | grep open, and all lines are output, ignoring grep.
Is there something special about strace that causes this behavior?