Anders Johansson wrote:
>in the mean time, why not just redirect
>the output to a log file?
>
>emerge foo > emergelog 2>&1

Good idea, I'll start trying to remember to do that.

>It's not the perfect solution, and your idea of log levels seems nice,
>but at least this way messages won't get lost

Thinking about it some more, the concept of different log levels is
the right way to go, but multiple output devices sound wrong.  It
should just continue to dump stuff on standard output - the user can
send it where they want using the standard tools. i.e. the following
would be possible:

  emerge foo --build-level=1 | mail -s "Build Log" whoever

--
[EMAIL PROTECTED] mailing list

Reply via email to