Description
Enable the getting of application attributes held by the RuntimeInstance.
Currently you can set application attributes through the RuntimeServices interface, but you cannot get them.
When Click starts up it initialises a custom Logger with Velocity and sets the logging level to INFO which produces useful initialisation debug information.
Once initialisation has been completed it Click needs to turn down the Logger level to WARN, so that Velocity resource loading messages are not displayed.
Please see the attached patches.
regards Malcolm Edgar