-
Notifications
You must be signed in to change notification settings - Fork 706
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
[v1alpha2][log] Use logrus instead of glog in service_control #635
Comments
/assign @codeflitting |
@gaocegege: GitHub didn't allow me to assign the following users: codeflitting. Note that only kubeflow members and repo collaborators can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…obs. * Use <namespace>.<name> as opposed to <namespace>/<name>; the former is more consistent with K8s style. * Add functions for constructing loggers for the pod and unstructured meta information. This will allow us to appropriately tag a number of log messages with meta information. * Update a bunch of log messages which weren't logging info with appropriate meta information. * Make json log formatting the default; this was the case for v1. json logging should be the default because otherwise we lose the meta information in the logs. With json logs its always possible to filter/reformat the log entries if you don't care about the metainformation. Related to: kubeflow#24 Use logrus kubeflow#635
…obs (#765) * Improve meta information in log messages to make it easier to debug jobs. * Use <namespace>.<name> as opposed to <namespace>/<name>; the former is more consistent with K8s style. * Add functions for constructing loggers for the pod and unstructured meta information. This will allow us to appropriately tag a number of log messages with meta information. * Update a bunch of log messages which weren't logging info with appropriate meta information. * Make json log formatting the default; this was the case for v1. json logging should be the default because otherwise we lose the meta information in the logs. With json logs its always possible to filter/reformat the log entries if you don't care about the metainformation. Related to: #24 Use logrus #635 * Fix lint by running; goimports.
We copied the code in Kubernetes and they use glog. Then we need to update it.
The text was updated successfully, but these errors were encountered: