-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Logging verbosity #78
Comments
Thanks for the heads u. Since It uses standard logging library, so i thought there was already a CLI based log handler. Ref: https://stackoverflow.com/questions/57192387/how-to-set-logging-level-from-command-line |
However the =, + and - has special meanings
|
Ok, thanks for this information. From my point of view, the line mentioned by me is still sufficient. |
Could you kindly rewrite which 10 lines? |
Instead of
I would like to get
only. |
I think that can be done... I'll look into it |
That sounds good. Thanks for that. You are very activ with your pyrobox, congrats. |
fixed it (locally) soon will be updated (massive update (ui+backend+how server works) coming. please wait a bit |
Running pyrobox as a systemd service, I would like to know what users are doing. So I redirect the pyrobox output to a log file.
From my point of view that is too verbose.
An example entry (depersonalized):
That's 14 lines of information for one entry. The only information that I really need is line 10 starting with
# 10digit-ID by
.This line contains the same information (with small exceptions) as all other lines together.
So I propose that you add a command line option
--no-verbose
that delivers the information of the aforementioned line 10 only.Thanks in advance.
The text was updated successfully, but these errors were encountered: