-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
Feature Request: Json Logging #8888
Comments
Good feature request. This should be pretty easy but we don't have a resource for it right now. We would welcome a contribution for it. |
@timsehn I would like to contribute. |
I think @zachmu would be the best person to point you in the right direction. |
This should be pretty easy. Here's where we configure our logger: https://github.com/dolthub/dolt/blob/main/go/cmd/dolt/commands/sqlserver/server.go#L117 And here's where the config is defined: https://github.com/dolthub/dolt/blob/main/go/libraries/doltcore/servercfg/yaml_config.go That should be enough to get you started, let me know if you have questions. |
Description
The text was updated successfully, but these errors were encountered: