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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Is there an option to disable output for non-error log messages?
I get many of these
INFO[0000] Generating JSON-schema for MESSAGE jsonschema_filename=SomeFile.json msg_name=Somefile proto_filename=SomeFiles.proto
I tried to point stdout to /dev/null but it seems these log messages are actually coming from stderr, and I don't want to supress that because then I won't see error messages at all
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there an option to disable output for non-error log messages?
I get many of these
I tried to point
stdout
to/dev/null
but it seems these log messages are actually coming fromstderr
, and I don't want to supress that because then I won't see error messages at allThe text was updated successfully, but these errors were encountered: