Make resolve console output configurable per resolve ---------------------------------------------------- Key: IVY-715 URL: https://issues.apache.org/jira/browse/IVY-715 Project: Ivy Issue Type: New Feature Components: Core Reporter: Xavier Hanin Assignee: Xavier Hanin Sometimes the console output produced by Ivy during resolve is too verbose. For instance when using the inline mode to resolve one module, the summary is often not wanted. In some cases one may even want to disable all output. I suggest adding an option setting a log configuration when resolve is called. The possible values would be: log="default" => current default output log="download-only" => logs only when a file is downloaded. no log is produced when everything is in cache log="none" => disable log for this resolve More options could be added later. Note that disabling the log would only put it in the verbose level instead of info level, so that it would still be possible to easily get it by using the right option from command line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.