Dixit H&L ;-) " ... Logging levels, listed in descending priority: * MSG_ERR * MSG_WARN * MSG_INFO * MSG_VERBOSE * MSG_DEBUG
... The command-line switches -debug (all levels), -verbose (MSG_VERBOSE and up), and -quiet (MSG_WARN and up) affect the output generated by the default logger ([DD] and the <echo> task). Note that MSG_ERR and MSG_WARN are always output, even in -quiet mode. ... ([DD] By default, it is) at the MSG_INFO level." --DD -----Original Message----- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Tuesday, October 29, 2002 2:30 PM To: Ant Users List Subject: Re: how to set level in echo task? > I believe by default, Ant is at level info, so you should see this level. > The warning level should always be visible. The verbose and debug levels are > visible using respectively -verbose and -debug. The info level can be > blocked by using -quiet I believe. > > All the above is speculative, and hasn't been tested ;-) --DD speculative? you've got a copy of our book DD, look it up on p471 :) -- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>