You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--console_log_level {default,DEBUG,INFO,ERROR,off}
Level of logging to console (default: default)
but when i use this in zeronet.conf or as a zeronet.py parameter, then it does not show any lines except two errors (regarding 3rd party plugins).
I expect to see verbose log when i use "python3 ./zeronet.py --console_log_level DEBUG"
or line "console_log_level = DEBUG" in zeronet.conf
zeronet.conf contains also "log_level = off".
If i set log_level to INFO, then console "log"/output starts showing log lines.
I think this is confusing this console_log_level or its description.
By the way i think log level values should be case insensitive (INFO, ERROR...)
The text was updated successfully, but these errors were encountered:
Step 1: Please describe your environment
Step 2: Describe the problem:
python3 ./zeronet.py --help
shows:
but when i use this in zeronet.conf or as a zeronet.py parameter, then it does not show any lines except two errors (regarding 3rd party plugins).
I expect to see verbose log when i use "python3 ./zeronet.py --console_log_level DEBUG"
or line "console_log_level = DEBUG" in zeronet.conf
zeronet.conf contains also "log_level = off".
If i set log_level to INFO, then console "log"/output starts showing log lines.
I think this is confusing this console_log_level or its description.
By the way i think log level values should be case insensitive (INFO, ERROR...)
The text was updated successfully, but these errors were encountered: