-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Enabling logging #152
Labels
help wanted
Seeking public contribution on this issue
Comments
me gusta. The flags will have to wait until @mappum finishes the command stuff |
I actually want to have an
|
oh that switches a running daemon's logging level? nice 👍 |
yeap! that way we can modify things on the fly, i also want to be able to change bitswap strategies on the fly too: |
Current status:
|
Merged
Current status:
|
Closed
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's how I think logging should work. Starting this issue for discussion, some of this already exists.
And:
u.Debug = true
implies"debug"
logging level (takes precedence over logging signals)Should we handle boolean env vars loosely: https://github.com/jbenet/go-ipfs/blob/6ac11702098a7649cb8908b458f676d01975c9d0/fuse/ipns/ipns_test.go#L20-L21 or be more explicit:
The text was updated successfully, but these errors were encountered: