codeconsole commented on issue #15756:
URL: https://github.com/apache/grails-core/issues/15756#issuecomment-4784225268
Default log level should be info like any other normal Spring Boot app.
Shouldn't have to specify a non normal log level default just to hide framework
problems from users.
```
Starting a Gradle Daemon, 1 busy and 1 incompatible Daemons could not be
reused, use --status for details
> Task :bootRun
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v4.1.0)
2026-06-23T17:03:03.096-06:00 INFO 47522 --- [demo] [ main]
com.example.demo.DemoApplication : Starting DemoApplication using Java
25.0.3 with PID 47522 (/Users/sheiberg/Downloads/demo/build/classes/java/main
started by sheiberg in /Users/sheiberg/Downloads/demo)
2026-06-23T17:03:03.099-06:00 INFO 47522 --- [demo] [ main]
com.example.demo.DemoApplication : No active profile set, falling back
to 1 default profile: "default"
2026-06-23T17:03:03.376-06:00 INFO 47522 --- [demo] [ main]
o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 8080
(http)
2026-06-23T17:03:03.382-06:00 INFO 47522 --- [demo] [ main]
o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-23T17:03:03.382-06:00 INFO 47522 --- [demo] [ main]
o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache
Tomcat/11.0.22]
2026-06-23T17:03:03.398-06:00 INFO 47522 --- [demo] [ main]
b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext:
initialization completed in 279 ms
2026-06-23T17:03:03.516-06:00 INFO 47522 --- [demo] [ main]
o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 8080 (http)
with context path '/'
2026-06-23T17:03:03.518-06:00 INFO 47522 --- [demo] [ main]
com.example.demo.DemoApplication : Started DemoApplication in 0.584
seconds (process running for 0.718)
```
--
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]