You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2019/10/27 15:18:32 UTC

[Bug 63887] DeleteTask#setVerbose logic is inverted

https://bz.apache.org/bugzilla/show_bug.cgi?id=63887

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
If you look at how verbosity is used you'll see the code is correct.

verbosity is the log level at which certain things get logged. If you use
verbose="true" this corresponds to Ant loggng these things at the INFO level so
they do get displayed by the default settings rather than VERBOSE where they
would only become visible if you specified -verbose when running Ant.

-- 
You are receiving this mail because:
You are the assignee for the bug.