We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
$ zed --insecure --token=test --endpoint=localhost:50051 lookup-subjects {"level":"error","error":"unknown command \"lookup-subjects\" for \"zed\"","time":"2024-04-05T14:03:14-04:00","message":"terminated with errors"}
The text was updated successfully, but these errors were encountered:
from Evan:
ah we use zerolog for logs normally, unless running as a server so normally output commands would have logs like:
2:21PM INF configured logging async=false format=auto log_level=info provider=zerolog 2:21PM INF configured opentelemetry tracing endpoint= insecure=false provider=none sampleRatio=0.01 service=tiger v=0
where the latter is what we want it to look like.
Sorry, something went wrong.
tstirrat15
Successfully merging a pull request may close this issue.
Example:
The text was updated successfully, but these errors were encountered: