Detailed logging #2566
-
Hi guys. Do you know any other ways to get more detailed access logs? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Just adjust your log level for more detailed logs in config.json |
Beta Was this translation helpful? Give feedback.
-
显示为 当访问不通过 TLS 加密时,配置了
When logged as When access is not encrypted via TLS, inbound configured with
|
Beta Was this translation helpful? Give feedback.
-
Xray's logging level, if you use debug. doesn't do what you're looking for either. the logging inside Xray has never provided the ability to log all the URLs in such detail as you're describing. |
Beta Was this translation helpful? Give feedback.
显示为
accepted //www.google.com:443
的时候,大概率这个连接是 HTTPS 连接,也就是说,/main_page
这一段是加密的。在 TLS 的加密下,即使是 Xray 也无法捕获访问的路径当访问不通过 TLS 加密时,配置了
sniffing
的入站可以捕获到路径,像这样accepted http://149.154.175.54:80/api
When logged as
accepted //www.google.com:443
, there is a high probability that the connection is an HTTPS connection, that is to say, the path/main_page
is encrypted. Under TLS encryption, even Xray cannot capture the accessed pathWhen access is not encrypted via TLS, inbound configured with
sniffing
can capture the path, like thisaccepted http://149.154.175.54:80/api