2026-04-02 02:32:17 [main] INFO c.g.tradie.TradieApiApplication - Starting TradieApiApplication v2.0.0 using Java 25.0.2 with PID 1 (/usr/local/app/mypatil-tradie-api-2.0.0.jar started by root in /usr/local/app) 2026-04-02 02:32:17 [main] INFO c.g.tradie.TradieApiApplication - The following 1 profile is active: "prod" 2026-04-02 02:32:17 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 9.0.1.Final 2026-04-02 02:32:18 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode 2026-04-02 02:32:18 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-04-02 02:32:18 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 437 ms. Found 98 JPA repository interfaces. 2026-04-02 02:32:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode 2026-04-02 02:32:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2026-04-02 02:32:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. 2026-04-02 02:32:20 [main] INFO o.s.boot.tomcat.TomcatWebServer - Tomcat initialized with port 8081 (http) 2026-04-02 02:32:20 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8081"] 2026-04-02 02:32:20 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 2026-04-02 02:32:20 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/11.0.9] 2026-04-02 02:32:20 [main] INFO o.s.b.w.c.s.WebApplicationContextInitializer - Root WebApplicationContext: initialization completed in 3783 ms 2026-04-02 02:32:21 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] 2026-04-02 02:32:21 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 7.0.7.Final 2026-04-02 02:32:22 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer 2026-04-02 02:32:22 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 2026-04-02 02:32:22 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3b8ec458 2026-04-02 02:32:22 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 2026-04-02 02:32:22 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: Database JDBC URL [jdbc:postgresql://postgres.mypatil.my:35432/mypatil_prod?currentSchema=core] Database driver: PostgreSQL JDBC Driver Database version: 17.8 Autocommit mode: undefined/unknown Isolation level: READ_COMMITTED [default READ_COMMITTED] Pool: DatasourceConnectionProviderImpl Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-04-02 02:32:24 [main] INFO o.h.m.i.EntityInstantiatorPojoStandard - HHH000182: No default (no-argument) constructor for class [com.gatestech.entities.logs.SmsLog] (class must be instantiated by Interceptor) 2026-04-02 02:32:24 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-04-02 02:32:24 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-04-02 02:32:25 [main] INFO o.s.d.j.r.q.QueryEnhancerFactories - Hibernate is in classpath; If applicable, HQL parser will be used. 2026-04-02 02:32:26 [main] WARN o.s.aop.framework.CglibAopProxy - Public final method [public final void org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationService.setAuthorizationRowMapper(org.springframework.jdbc.core.RowMapper)] cannot get proxied via CGLIB, consider removing the final marker or using interface-based JDK proxies. 2026-04-02 02:32:26 [main] WARN o.s.aop.framework.CglibAopProxy - Public final method [public final void org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationService.setAuthorizationParametersMapper(java.util.function.Function)] cannot get proxied via CGLIB, consider removing the final marker or using interface-based JDK proxies. 2026-04-02 02:32:26 [main] WARN o.s.aop.framework.CglibAopProxy - Unable to proxy interface-implementing method [public final io.grpc.ServerServiceDefinition protobuf.com.gatestech.grpc.MypatilGrpc$MypatilImplBase.bindService()] because it is marked as final, consider using interface-based JDK proxies instead. 2026-04-02 02:32:26 [main] INFO c.g.tradie.config.MyPatilGrpcServer - [Tradie API] gRPC server started on port 9091. 2026-04-02 02:32:27 [main] WARN org.apache.velocity.deprecation - configuration key 'class.resource.loader.class' has been deprecated in favor of 'resource.loader.class.class' 2026-04-02 02:32:27 [main] WARN org.apache.velocity.deprecation - configuration key 'resource.loader' has been deprecated in favor of 'resource.loaders' 2026-04-02 02:32:29 [main] WARN c.gatestech.services.FirebaseService - AppProfile code=05 has empty firebaseCredentialJson (mpc_ap_fbase_credential_json). 2026-04-02 02:32:29 [main] WARN c.gatestech.services.FirebaseService - Firebase Admin SDK not initialized (FCM disabled). Set firebase.app.profile.code and AppProfile.mpc_ap_fbase_credential_json (filename under classpath firebase/), or set GOOGLE_APPLICATION_CREDENTIALS / application default credentials. Cause: Your default credentials were not found. To set up Application Default Credentials for your environment, see https://cloud.google.com/docs/authentication/external/set-up-adc. 2026-04-02 02:32:30 [main] INFO c.g.s.EnvironmentVariableLoader - Environment variables loaded into cache. 2026-04-02 02:32:30 [main] WARN o.s.b.j.a.JpaBaseConfiguration$JpaWebConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2026-04-02 02:32:31 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name customUserDetailsService 2026-04-02 02:32:32 [main] INFO o.s.b.w.a.WelcomePageHandlerMapping - Adding welcome page template: index 2026-04-02 02:32:32 [main] INFO o.s.m.s.b.SimpleBrokerMessageHandler - Starting... 2026-04-02 02:32:32 [main] INFO o.s.m.s.b.SimpleBrokerMessageHandler - BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry@34389a3d]] 2026-04-02 02:32:32 [main] INFO o.s.m.s.b.SimpleBrokerMessageHandler - Started. 2026-04-02 02:32:32 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8081"] 2026-04-02 02:32:32 [main] INFO o.s.boot.tomcat.TomcatWebServer - Tomcat started on port 8081 (http) with context path '/' 2026-04-02 02:32:32 [main] INFO c.g.tradie.TradieApiApplication - Started TradieApiApplication in 16.486 seconds (process running for 17.11) 2026-04-02 02:33:09 [http-nio-8081-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-04-02 02:33:09 [http-nio-8081-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2026-04-02 02:33:09 [http-nio-8081-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms 2026-04-02 02:33:09 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 02:33:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0] 2026-04-02 02:40:40 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 02:40:40 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 02:40:47 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/index.html 2026-04-02 02:40:47 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/swagger-ui.css 2026-04-02 02:40:47 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/swagger-ui-standalone-preset.js 2026-04-02 02:40:47 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/index.css 2026-04-02 02:40:47 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/swagger-ui-bundle.js 2026-04-02 02:40:47 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/swagger-initializer.js 2026-04-02 02:40:48 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /v3/api-docs/swagger-config 2026-04-02 02:40:48 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/favicon-32x32.png 2026-04-02 02:40:48 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /v3/api-docs 2026-04-02 02:40:50 [http-nio-8081-exec-4] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 2074 ms 2026-04-02 02:41:44 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 02:41:45 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /console/ 2026-04-02 02:41:46 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /server 2026-04-02 02:41:47 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /server-status 2026-04-02 02:41:49 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /about 2026-04-02 02:41:50 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /login.action 2026-04-02 02:41:51 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /v2/_catalog 2026-04-02 02:41:51 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /.DS_Store 2026-04-02 02:41:52 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /.env 2026-04-02 02:41:54 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application 2026-04-02 02:41:56 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /.git/config 2026-04-02 02:41:57 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: POST /graphql 2026-04-02 02:41:58 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: POST /api 2026-04-02 02:41:59 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: POST /api/graphql 2026-04-02 02:41:59 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: POST /graphql/api 2026-04-02 02:42:00 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: POST /api/gql 2026-04-02 02:42:01 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /config.json 2026-04-02 02:42:03 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /telescope/requests 2026-04-02 02:42:04 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /info.php 2026-04-02 02:42:05 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /.well-known/security.txt 2026-04-02 02:42:06 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /actuator/env 2026-04-02 02:42:08 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui.html 2026-04-02 02:42:09 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger/index.html 2026-04-02 02:42:10 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger/swagger-ui.html 2026-04-02 02:42:11 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /webjars/swagger-ui/index.html 2026-04-02 02:42:12 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger.json 2026-04-02 02:42:13 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger/v1/swagger.json 2026-04-02 02:42:14 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /v2/api-docs 2026-04-02 02:42:15 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /v3/api-docs 2026-04-02 02:42:15 [http-nio-8081-exec-4] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 350 ms 2026-04-02 02:42:16 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /trace.axd 2026-04-02 02:42:17 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /@vite/env 2026-04-02 02:42:18 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /.vscode/sftp.json 2026-04-02 02:42:19 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: OPTIONS / 2026-04-02 02:42:20 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /?rest_route=/wp/v2/users/ 2026-04-02 02:42:21 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /debug/default/view?panel=config 2026-04-02 02:44:35 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 02:44:36 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 02:49:40 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 02:49:40 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /.env.production 2026-04-02 02:49:40 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /register 2026-04-02 02:49:41 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /subscribe 2026-04-02 02:49:41 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /pricing 2026-04-02 02:49:41 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /admin 2026-04-02 02:49:41 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /shop 2026-04-02 02:49:41 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /sitemap.xml 2026-04-02 02:49:42 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /account 2026-04-02 02:49:42 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /robots.txt 2026-04-02 02:49:42 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /checkout 2026-04-02 02:49:42 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /order 2026-04-02 02:49:42 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /cart 2026-04-02 02:49:42 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /donate 2026-04-02 02:49:42 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /plans 2026-04-02 02:49:42 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /index.html 2026-04-02 02:49:44 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /payment 2026-04-02 02:52:01 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 02:52:01 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 02:58:02 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /robots.txt 2026-04-02 02:58:03 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 02:58:06 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /logs/info 2026-04-02 02:58:09 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/index.html 2026-04-02 02:58:11 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 02:58:13 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/swagger-ui-bundle.js 2026-04-02 02:58:15 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/index.css 2026-04-02 02:58:17 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/favicon-32x32.png 2026-04-02 02:58:19 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/swagger-ui.css 2026-04-02 02:58:20 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/swagger-initializer.js 2026-04-02 02:58:22 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/swagger-ui-standalone-preset.js 2026-04-02 02:58:23 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/favicon-16x16.png 2026-04-02 03:03:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 2, active threads = 1, queued tasks = 0, completed tasks = 1] 2026-04-02 03:07:20 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 03:07:21 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /favicon.ico 2026-04-02 03:07:21 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 03:08:09 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 03:08:36 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 03:08:36 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 03:08:51 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 03:08:52 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 03:12:50 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 03:15:05 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /.git/config 2026-04-02 03:15:53 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 03:16:26 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 03:16:30 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /logs/info 2026-04-02 03:19:47 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/index.html 2026-04-02 03:19:53 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/ 2026-04-02 03:21:24 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 03:30:26 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /logs/info 2026-04-02 03:30:35 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/ 2026-04-02 03:30:38 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /swagger-ui/index.html 2026-04-02 03:33:32 [MessageBroker-2] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 0, completed tasks = 2] 2026-04-02 03:34:13 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /favicon-32x32.png 2026-04-02 04:03:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 3] 2026-04-02 04:25:39 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 04:25:40 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /assets/js/auth.js 2026-04-02 04:25:40 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /robots.txt 2026-04-02 04:25:40 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /js/twint_ch.js 2026-04-02 04:25:40 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /static/style/sys_files/index.js 2026-04-02 04:25:40 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /assets/js/message.js 2026-04-02 04:25:46 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 04:25:46 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /assets/js/qr_modal.js 2026-04-02 04:25:49 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /static/style/protect/index.js 2026-04-02 04:25:49 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /bot-connect.js 2026-04-02 04:25:49 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /js/lkk_ch.js 2026-04-02 04:33:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 4] 2026-04-02 04:35:13 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: HEAD / 2026-04-02 05:01:12 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /robots.txt 2026-04-02 05:01:12 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /robots.txt 2026-04-02 05:01:12 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:03:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 5] 2026-04-02 05:06:26 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:12:26 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:12:32 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:12:32 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:33:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 6] 2026-04-02 05:38:16 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:38:16 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 05:38:24 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:38:25 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 05:39:27 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:39:28 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:39:29 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 05:39:29 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 05:39:30 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: HEAD /favicon.ico 2026-04-02 05:39:30 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 06:03:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 7] 2026-04-02 06:04:25 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 06:33:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 8] 2026-04-02 07:01:18 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 07:01:19 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 07:03:32 [MessageBroker-1] INFO o.s.w.s.c.WebSocketMessageBrokerStats - WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 9] 2026-04-02 07:09:55 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET / 2026-04-02 07:09:55 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /assets/js/auth.js 2026-04-02 07:09:56 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /assets/js/qr_modal.js 2026-04-02 07:09:58 [http-nio-8081-exec-7] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /static/style/protect/index.js 2026-04-02 07:09:58 [http-nio-8081-exec-4] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /js/lkk_ch.js 2026-04-02 07:09:58 [http-nio-8081-exec-6] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /static/style/sys_files/index.js 2026-04-02 07:09:58 [http-nio-8081-exec-2] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /bot-connect.js 2026-04-02 07:09:59 [http-nio-8081-exec-1] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /img/favicon.png 2026-04-02 07:10:00 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /assets/js/message.js 2026-04-02 07:10:01 [http-nio-8081-exec-3] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /js/twint_ch.js 2026-04-02 07:10:01 [http-nio-8081-exec-5] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /robots.txt 2026-04-02 07:10:04 [http-nio-8081-exec-8] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /css/support_parent.css 2026-04-02 07:29:20 [http-nio-8081-exec-9] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /robots.txt 2026-04-02 07:29:20 [http-nio-8081-exec-10] INFO c.g.t.filter.EndpointLoggingFilter - Requested endpoint: GET /logs/info