......
2026-08-12 01:17:06.012 [main] INFO com.wgcloud.WgcloudServiceApplication - Starting WgcloudServiceApplication vrelease using Java 11.0.31 on vultr with PID 44014 (/wglog-syslog-v1.3/wglog-syslog-release.jar started by root in /wglog-syslog-v1.3)
2026-08-12 01:17:06.020 [main] INFO com.wgcloud.WgcloudServiceApplication - No active profile set, falling back to 1 default profile: "default"
2026-08-12 01:17:08.096 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 9991 (http)
2026-08-12 01:17:08.117 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
2026-08-12 01:17:08.118 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.102]
2026-08-12 01:17:08.142 [main] WARN org.apache.catalina.webresources.DirResourceSet - Disabled the global canonical file name cache to protect against CVE-2024-56337 when starting the WebResourceSet at [/tmp/tomcat-docbase.9991.5621566259111507419] which is part of the web application [/wglog-syslog]
2026-08-12 01:17:08.251 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/wglog-syslog] - Initializing Spring embedded WebApplicationContext
2026-08-12 01:17:08.252 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2142 ms
2026-08-12 01:17:09.343 [main] INFO com.wgcloud.service.NettySyslogService - syslog UDP服务启动成功,监听地址: 202.182.100.96:19991
2026-08-12 01:17:09.369 [main] INFO com.wgcloud.service.NettySyslogService - syslog TCP服务启动成功,监听地址: 202.182.100.96:29991
2026-08-12 01:17:09.943 [nioEventLoopGroup-2-1] INFO com.wgcloud.service.NettySyslogService - 2026-08-12 01:17:09.908 202.182.100.96 6 sshd[44026]: Connection closed by invalid user admin 144.31.215.252 port 56584 [preauth]
2026-08-12 01:17:10.012 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 9991 (http) with context path '/wglog-syslog'
2026-08-12 01:17:10.056 [main] INFO com.wgcloud.WgcloudServiceApplication - Started WgcloudServiceApplication in 5.188 seconds (JVM running for 6.111)
......