Skip to content
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

Replace glog with klog #1547

Open
lucasfcnunes opened this issue Oct 28, 2024 · 0 comments
Open

Replace glog with klog #1547

lucasfcnunes opened this issue Oct 28, 2024 · 0 comments

Comments

@lucasfcnunes
Copy link

lucasfcnunes commented Oct 28, 2024

Description

It seems that this idea is not new 9f10a87. The most obvious feature is the possibility to easily change logging format from text to json.

Summary

glog:

  • Developed by Google.
  • Provides leveled logging (INFO, WARNING, ERROR, FATAL).
  • Not actively maintained anymore.

klog:

A fork of glog created by the Kubernetes community.

  • Actively maintained and developed.
  • Designed to address issues in glog, especially in containerized environments.
  • Offers better support for structured logging and context.

In essence, klog was created to overcome the limitations of glog, making it more suitable for modern applications, especially those running in Kubernetes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant