Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demote the logging level #7

Closed
theStratus opened this issue Oct 30, 2022 · 1 comment
Closed

Demote the logging level #7

theStratus opened this issue Oct 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@theStratus
Copy link

Dear Sonya

Would you please demote the logging level in config.json to "error"? The default right now is "warning", that leads to bulky log files.

{
  "log": {
    "loglevel": "warning",
    "access": "/var/log/v2ray/access.log", // Your path of log in Linux
    "error": "/var/log/v2ray/error.log"
  },
@SonyaCore
Copy link
Owner

SonyaCore commented Oct 30, 2022

demoted loglevel to 'error' 66e2e2d
also, I added --loglevel --vmess-loglevel argument which you can set those values instead of 'error' :
debug , info , warning , error , none
132f2cc

@SonyaCore SonyaCore added the enhancement New feature or request label Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants