Hello, I would like to modify the connection name when I look up at the tomcat log : [2025-02-06 13:30:36] [info] 13:30:36.404 [http-nio-8080-exec-7] INFO o.a.g.tunnel.TunnelRequestService - User t...@tld.com<mailto:admin....@blue-ortho.com> connected to connection "1". [2025-02-06 13:31:08] [info] 13:31:08.256 [http-nio-8080-exec-3] INFO o.a.g.tunnel.TunnelRequestService - User t...@tld.com<mailto:t...@tld.com> disconnected from connection "1". Duration: 31849 milliseconds [2025-02-06 13:57:28] [info] 13:57:28.642 [http-nio-8080-exec-9] INFO o.a.g.tunnel.TunnelRequestService - User t...@tld.com<mailto:t...@tld.com> connected to connection "3". [2025-02-06 13:58:00] [info] 13:58:00.357 [http-nio-8080-exec-9] INFO o.a.g.tunnel.TunnelRequestService - User t...@tld.com<mailto:t...@tld.com> disconnected from connection "3". Duration: 31714 milliseconds
To get the server’s name I configured instead of “1” “3”. Is that possible and if so, how do I manage to do it 😊 ? Kinds regards,