Remove logs directory from tracking and add to gitignore
This commit is contained in:
parent
afe542010b
commit
881f68405c
4
.gitignore
vendored
4
.gitignore
vendored
@ -36,3 +36,7 @@ build/
|
|||||||
|
|
||||||
### Mac OS ###
|
### Mac OS ###
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
### Logs ###
|
||||||
|
logs/
|
||||||
|
/logs/
|
||||||
|
|||||||
@ -1,88 +0,0 @@
|
|||||||
[[TraceId: ]2025-07-05 12:26:15.487] [background-preinit] INFO o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.0.Final
|
|
||||||
[[TraceId: ]2025-07-05 12:26:15.509] [main] INFO o.leocoder.thin.web.CoderApplication : Starting CoderApplication using Java 17.0.13 with PID 87212 (/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/coder-common-thin-web/target/classes started by leocoder in /Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend)
|
|
||||||
[[TraceId: ]2025-07-05 12:26:15.509] [main] INFO o.leocoder.thin.web.CoderApplication : The following 1 profile is active: "dev"
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.046] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.048] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.059] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 2 ms. Found 0 Redis repository interfaces.
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.110] [main] WARN o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[org.leocoder.thin.web]' package. Please check your configuration.
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.293] [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker : Bean 'cn.dev33.satoken.aop.SaAopPointcutAdvisorBeanRegister' of type [cn.dev33.satoken.aop.SaAopPointcutAdvisorBeanRegister$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.301] [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker : Bean 'saAroundAnnotationHandlePointcutAdvisor' of type [cn.dev33.satoken.aop.SaAroundAnnotationPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.536] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer : Tomcat initialized with port 18099 (http)
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.545] [main] INFO o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-18099"]
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.546] [main] INFO o.a.catalina.core.StandardService : Starting service [Tomcat]
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.546] [main] INFO o.a.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.41]
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.577] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
||||||
[[TraceId: ]2025-07-05 12:26:16.578] [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1044 ms
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.114] [main] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource detect P6SPY plugin and enabled it
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.121] [main] INFO com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.228] [main] INFO com.zaxxer.hikari.pool.HikariPool : master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6a4f7c17
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.229] [main] INFO com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.230] [main] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.230] [main] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.230] [main] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.298] [main] INFO c.b.m.e.s.MybatisPlusApplicationContextAware : Register ApplicationContext instances org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4c432866
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.665] [main] INFO o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.710] [main] INFO o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-18099"]
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.725] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer : Tomcat started on port 18099 (http) with context path '/'
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.737] [main] INFO o.leocoder.thin.web.CoderApplication : Started CoderApplication in 2.582 seconds (process running for 3.154)
|
|
||||||
[[TraceId: ]2025-07-05 12:26:17.741] [main] INFO o.leocoder.thin.web.CoderApplication :
|
|
||||||
Coder-Admin管理平台starter =>ヽ(✿゚▽゚)ノ
|
|
||||||
超级无敌宇宙最强最帅最可爱系统启动成功(๑‾ ꇴ ‾๑)
|
|
||||||
____ __. .__ _____ ________ _____ .___ _______
|
|
||||||
| |/ _|____ |__| / _ \ \______ \ / \ | |\ \
|
|
||||||
| < / _ \| | ______ / /_\ \ | | \ / \ / \| |/ | \
|
|
||||||
| | ( <_> ) | /_____/ / | \| ` \/ Y \ / | \
|
|
||||||
|____|__ \____/|__| \____|__ /_______ /\____|__ /___\____|__ /
|
|
||||||
\/ \/ \/ \/ \/
|
|
||||||
CoderApplication[18088] => 闪亮登场(๑•̀ㅂ•́) ✧
|
|
||||||
[[TraceId: ]2025-07-05 12:26:18.238] [RMI TCP Connection(2)-192.168.86.9] INFO o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
||||||
[[TraceId: ]2025-07-05 12:26:18.238] [RMI TCP Connection(2)-192.168.86.9] INFO o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
||||||
[[TraceId: ]2025-07-05 12:26:18.239] [RMI TCP Connection(2)-192.168.86.9] INFO o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
|
|
||||||
[[TraceId: ]2025-07-05 12:27:02.694] [SpringApplicationShutdownHook] INFO o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
|
|
||||||
[[TraceId: ]2025-07-05 12:27:04.707] [tomcat-shutdown] INFO o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete
|
|
||||||
[[TraceId: ]2025-07-05 12:27:04.720] [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource start closing ....
|
|
||||||
[[TraceId: ]2025-07-05 12:27:04.722] [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer : dynamic-datasource close the datasource named [slave] success,
|
|
||||||
[[TraceId: ]2025-07-05 12:27:04.722] [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource : master - Shutdown initiated...
|
|
||||||
[[TraceId: ]2025-07-05 12:27:04.729] [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource : master - Shutdown completed.
|
|
||||||
[[TraceId: ]2025-07-05 12:27:04.729] [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer : dynamic-datasource close the datasource named [master] success,
|
|
||||||
[[TraceId: ]2025-07-05 12:27:04.729] [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource all closed success,bye
|
|
||||||
[[TraceId: ]2025-07-05 12:27:06.855] [background-preinit] INFO o.h.validator.internal.util.Version : HV000001: Hibernate Validator 9.0.0.Final
|
|
||||||
[[TraceId: ]2025-07-05 12:27:06.891] [main] INFO o.leocoder.thin.web.CoderApplication : Starting CoderApplication using Java 17.0.13 with PID 87235 (/Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend/coder-common-thin-web/target/classes started by leocoder in /Users/leocoder/leocoder/develop/templates/coder-common-thin/coder-common-thin-backend)
|
|
||||||
[[TraceId: ]2025-07-05 12:27:06.892] [main] INFO o.leocoder.thin.web.CoderApplication : The following 1 profile is active: "dev"
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.433] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.434] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.445] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 2 ms. Found 0 Redis repository interfaces.
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.495] [main] WARN o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[org.leocoder.thin.web]' package. Please check your configuration.
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.676] [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker : Bean 'cn.dev33.satoken.aop.SaAopPointcutAdvisorBeanRegister' of type [cn.dev33.satoken.aop.SaAopPointcutAdvisorBeanRegister$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.685] [main] WARN o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker : Bean 'saAroundAnnotationHandlePointcutAdvisor' of type [cn.dev33.satoken.aop.SaAroundAnnotationPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.925] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer : Tomcat initialized with port 18099 (http)
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.935] [main] INFO o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-18099"]
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.936] [main] INFO o.a.catalina.core.StandardService : Starting service [Tomcat]
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.937] [main] INFO o.a.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.41]
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.969] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
||||||
[[TraceId: ]2025-07-05 12:27:07.970] [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1057 ms
|
|
||||||
[[TraceId: ]2025-07-05 12:27:08.525] [main] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource detect P6SPY plugin and enabled it
|
|
||||||
[[TraceId: ]2025-07-05 12:27:08.532] [main] INFO com.zaxxer.hikari.HikariDataSource : master - Starting...
|
|
||||||
[[TraceId: ]2025-07-05 12:27:08.641] [main] INFO com.zaxxer.hikari.pool.HikariPool : master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6a4f7c17
|
|
||||||
[[TraceId: ]2025-07-05 12:27:08.642] [main] INFO com.zaxxer.hikari.HikariDataSource : master - Start completed.
|
|
||||||
[[TraceId: ]2025-07-05 12:27:08.643] [main] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [slave] success
|
|
||||||
[[TraceId: ]2025-07-05 12:27:08.643] [main] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource - add a datasource named [master] success
|
|
||||||
[[TraceId: ]2025-07-05 12:27:08.644] [main] INFO c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [2] datasource,primary datasource named [master]
|
|
||||||
[[TraceId: ]2025-07-05 12:27:08.713] [main] INFO c.b.m.e.s.MybatisPlusApplicationContextAware : Register ApplicationContext instances org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4c432866
|
|
||||||
[[TraceId: ]2025-07-05 12:27:09.079] [main] INFO o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
|
|
||||||
[[TraceId: ]2025-07-05 12:27:09.128] [main] INFO o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-18099"]
|
|
||||||
[[TraceId: ]2025-07-05 12:27:09.145] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer : Tomcat started on port 18099 (http) with context path '/'
|
|
||||||
[[TraceId: ]2025-07-05 12:27:09.160] [main] INFO o.leocoder.thin.web.CoderApplication : Started CoderApplication in 2.62 seconds (process running for 3.133)
|
|
||||||
[[TraceId: ]2025-07-05 12:27:09.164] [main] INFO o.leocoder.thin.web.CoderApplication :
|
|
||||||
Coder-Admin管理平台starter =>ヽ(✿゚▽゚)ノ
|
|
||||||
超级无敌宇宙最强最帅最可爱系统启动成功(๑‾ ꇴ ‾๑)
|
|
||||||
____ __. .__ _____ ________ _____ .___ _______
|
|
||||||
| |/ _|____ |__| / _ \ \______ \ / \ | |\ \
|
|
||||||
| < / _ \| | ______ / /_\ \ | | \ / \ / \| |/ | \
|
|
||||||
| | ( <_> ) | /_____/ / | \| ` \/ Y \ / | \
|
|
||||||
|____|__ \____/|__| \____|__ /_______ /\____|__ /___\____|__ /
|
|
||||||
\/ \/ \/ \/ \/
|
|
||||||
CoderApplication[18088] => 闪亮登场(๑•̀ㅂ•́) ✧
|
|
||||||
[[TraceId: ]2025-07-05 12:27:09.600] [RMI TCP Connection(1)-192.168.86.9] INFO o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
||||||
[[TraceId: ]2025-07-05 12:27:09.600] [RMI TCP Connection(1)-192.168.86.9] INFO o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
||||||
[[TraceId: ]2025-07-05 12:27:09.601] [RMI TCP Connection(1)-192.168.86.9] INFO o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
|
|
||||||
Loading…
Reference in New Issue
Block a user