. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.3.0-SNAPSHOT) 2024-04-18T19:56:04.218Z INFO 14537 --- [ main] o.s.b.d.f.logexample.MyApplication : Starting MyApplication using Java 17.0.11 with PID 14537 (/opt/apps/myapp.jar started by myuser in /opt/apps/) 2024-04-18T19:56:04.236Z INFO 14537 --- [ main] o.s.b.d.f.logexample.MyApplication : No active profile set, falling back to 1 default profile: "default" 2024-04-18T19:56:07.969Z INFO 14537 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) 2024-04-18T19:56:08.023Z INFO 14537 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2024-04-18T19:56:08.024Z INFO 14537 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.20] 2024-04-18T19:56:08.446Z INFO 14537 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2024-04-18T19:56:08.447Z INFO 14537 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4024 ms 2024-04-18T19:56:10.464Z INFO 14537 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' 2024-04-18T19:56:10.501Z INFO 14537 --- [ main] o.s.b.d.f.logexample.MyApplication : Started MyApplication in 7.619 seconds (process running for 9.084)