Ummm... That's exactly what the problem was?
You do:
LOG.debug("message");
But there is no way to tell commons-logging "don't show debug messages".
- Brett
> -----Original Message-----
> From: Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED]
> Sent: Monday, 11 August 2003 5:23 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Console output from Maven - consistency
>
>
> [EMAIL PROTECTED] writes:
>
> >Until that's possible, I can't see how we can truly support
> a '-debug'
> >flag.
>
> >Can you?
>
> Well, I'd simply change the level that is reported to the
> console. If -debug is not set, don't report anything below
> "warn" level to the console. So the application keeps logging
> at "debug" level but the results won't show up.
>
> So you don't change the level at which the application logs
> but the level at which the application reports.
>
> Regards
> Henning
>