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

chore: partial support of absl::log library #261

Merged
merged 1 commit into from
May 28, 2024
Merged

chore: partial support of absl::log library #261

merged 1 commit into from
May 28, 2024

Conversation

romange
Copy link
Owner

@romange romange commented May 5, 2024

Keep the default with the old glog library. The absl log library is missing a LOT of features, like logging into files, file rotation etc. Basically it provides only the low-level api to serialize log messes into sink and a stderr sink. This is not enough for prod use. Still, this PR provides a common ground to use both libraries in neutral way. If I have bandwidth I will fill in the functionality inside helio to be able to get rid of old glog

@romange
Copy link
Owner Author

romange commented May 26, 2024

@chakaz not urgent, when you have time :)

chakaz
chakaz previously approved these changes May 26, 2024
Copy link
Collaborator

@chakaz chakaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could swear that I already approved this, sorry!!

Keep the default with the old glog library.

Signed-off-by: Roman Gershman <romange@gmail.com>
@romange romange merged commit ecae591 into master May 28, 2024
5 checks passed
@romange romange deleted the Pr3 branch May 28, 2024 12:14
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

Successfully merging this pull request may close these issues.

None yet

2 participants