On Tue, 23 Aug 2005, Robin Bowes wrote:

In the pod for the logging/adaptive plugin, you suggest changing the log run file to (something like):

#! /bin/sh
export LOGDIR=./main
mkdir -p $LOGDIR/failed
exec multilog t n10 \
    '-*` *' $LOGDIR/detailed \
'-*' '+*` *' $LOGDIR/accepted

This seems not quite right.

Why are you creating $LOGDIR/failed ?
Why are you not creating $LOGDIR/detailed and $LOGDIR/accepted ?

I'd add:

Why is multilog running as root when it doesn't have to?
Why is LOGDIR exported?

[Are those really backticks, or are you just using an MUA which doesn't understand ASCII?]

Reply via email to