-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy.log
21 lines (21 loc) · 3.02 KB
/
my.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2024-01-05 21:58:26.555 INFO 17104 --- [main] com.ninja.NinjaLoggingApplication : Starting NinjaLoggingApplication on LAPTOP-I56E7OFN with PID 17104 (D:\workspace\ninjaTech\ninja-spring-boot-parent\ninja-logging-springboot\target\classes started by ninja in D:\workspace\ninjaTech)
2024-01-05 21:58:26.560 DEBUG 17104 --- [main] com.ninja.NinjaLoggingApplication : Running with Spring Boot v2.3.6.RELEASE, Spring v5.2.11.RELEASE
2024-01-05 21:58:26.561 INFO 17104 --- [main] com.ninja.NinjaLoggingApplication : No active profile set, falling back to default profiles: default
2024-01-05 21:58:27.886 INFO 17104 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2024-01-05 21:58:27.902 INFO 17104 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-01-05 21:58:27.902 INFO 17104 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.39]
2024-01-05 21:58:27.904 INFO 17104 --- [main] o.a.catalina.core.AprLifecycleListener : An older version [1.2.18] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.23]
2024-01-05 21:58:27.905 INFO 17104 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.18] using APR version [1.6.5].
2024-01-05 21:58:27.905 INFO 17104 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2024-01-05 21:58:27.905 INFO 17104 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2024-01-05 21:58:27.914 INFO 17104 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1 11 Sep 2018]
2024-01-05 21:58:28.071 INFO 17104 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-01-05 21:58:28.071 INFO 17104 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1416 ms
2024-01-05 21:58:28.421 INFO 17104 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2024-01-05 21:58:28.714 INFO 17104 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2024-01-05 21:58:28.727 INFO 17104 --- [main] com.ninja.NinjaLoggingApplication : Started NinjaLoggingApplication in 3.067 seconds (JVM running for 4.246)
2024-01-05 21:58:28.733 TRACE 17104 --- [main] com.ninja.NinjaLoggingApplication : 跟踪
2024-01-05 21:58:28.733 DEBUG 17104 --- [main] com.ninja.NinjaLoggingApplication : 调试
2024-01-05 21:58:28.733 INFO 17104 --- [main] com.ninja.NinjaLoggingApplication : 信息
2024-01-05 21:58:28.734 WARN 17104 --- [main] com.ninja.NinjaLoggingApplication : 警告
2024-01-05 21:58:28.734 ERROR 17104 --- [main] com.ninja.NinjaLoggingApplication : 异常