On Nov 1, 2008, at 10:07 PM, Adam Murdoch wrote:



Hans Dockter wrote:

On Nov 1, 2008, at 12:20 PM, Hans Dockter wrote:


2. It would be good if the source of the logging were considered when routing info/stdout messages.

For example, a call to logger.info() or println() in my build.gradle is almost always interesting to me when I run Gradle, and should be printed on the console when I run with default options (ie should be treated as a lifecycle message).

Right.

I have forgotten about QUIET. I have added another log level called QUIET (before it was just a command line option). I think println in the build script should be always printed out (this is for example handy for integration testing) and thus I think we should by default redirect standard out to QUIET.


Do you mean everything to System.out is logged as QUIET? or just calls to println() in the build script?

I mean everything to System.out should be logged as QUIET (I haven't submitted the new QUIET stuff yet).

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to