matrei commented on PR #15229:
URL: https://github.com/apache/grails-core/pull/15229#issuecomment-3541152977

   > looks nice, but I wonder I wonder if it should also display when banner is 
off? In all my apps, I have been using
   > 
   > ```groovy
   > log.info "${Metadata.current['info.app.name']}  
v${Metadata.current['info.app.version']} (Java 
${System.getProperty('java.version')} Groovy ${GroovySystem.getVersion()} 
Grails ${Metadata.current['info.app.grailsVersion']} Spring Boot 
${SpringBootVersion.version} Spring ${SpringVersion.version})"
   > ```
   > 
   > because it is useful for troubleshooting to know what versions you are 
running. I have banner off because I don't want to fill my logs with a banner 
(especially when I am running multiple instances).
   > 
   > Or have a separate setting to display it if banner is off?
   
   @codeconsole See updated PR description, will this accommodate your use case?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to