The file path for the access log. The value is a valid file path, such as `"/var/log/Xray/access.log"` (Linux) or `"C:\\Temp\\Xray\\_access.log"` (Windows). When this item is not specified or is an empty value, the log is output to stdout.
The file path for the error log. The value is a valid file path, such as `"/var/log/Xray/error.log"` (Linux) or `"C:\\Temp\\Xray\\_error.log"` (Windows). When this item is not specified or is an empty value, the log is output to stdout.
-`"debug"`: Output information used for debugging the program. Includes all `"info"` content.
-`"info"`: Runtime status information, etc., which does not affect normal use. Includes all `"warning"` content.
-`"warning"`: Information output when there are some problems that do not affect normal operation but may affect user experience. Includes all `"error"` content.
-`"error"`: Xray encountered a problem that cannot be run normally and needs to be resolved immediately.