Files
spring-security-series/Spring-Boot/spring-boot-logging-application-properties/app.log
2019-01-16 18:49:05 -08:00

18 lines
2.3 KiB
Plaintext

2019-01-16 18:00:07 [main] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-01-16 18:00:07 [main] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-01-16 18:00:09 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2019-01-16 18:00:09 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
2019-01-16 18:00:09 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-01-16 18:00:09 [main] INFO o.a.c.core.AprLifecycleListener - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/umesh/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]
2019-01-16 18:00:09 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2019-01-16 18:00:09 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1532 ms
2019-01-16 18:00:09 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
2019-01-16 18:00:09 [main] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
2019-01-16 18:00:09 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2019-01-16 18:00:15 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-01-16 18:00:15 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2019-01-16 18:00:15 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 8 ms
2019-01-16 18:00:15 [http-nio-8080-exec-1] WARN com.javadevjournal.Application - Warning for this application
2019-01-16 18:00:15 [http-nio-8080-exec-1] ERROR com.javadevjournal.Application - Seems some error in the application
2019-01-16 18:43:26 [Thread-23] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'