InvisibleManVPN / InvisibleMan-XRayClient

A client for xray core
MIT License
351 stars 44 forks source link

where is the log files? #46

Closed guoapeng closed 1 year ago

guoapeng commented 1 year ago

I would like to check in case of any issue on client. but I can't get any useful information. could you advice where I can get the logs like connection status, routing rule etc.

InvisibleManVPN commented 1 year ago

Hi @guoapeng! Currently, we don't have any section in the app to shows you logs. But on the main window, you can click on Manage server configuration and click edit on each config file that you want.

image

In the log section, you can set the loglevel and path for access and error files. For example:

{
   "log":{
      "access":"C:\\access.txt",
      "error":"C:\\error.txt",
      "loglevel":"debug"
   },
   "inbounds":[{
      ...
   }]
   ...
}

For more information, see https://guide.v2fly.org/en_US/basics/log.html