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

logging: unexport some JournalStream methods #125

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

lucab
Copy link
Owner

@lucab lucab commented Dec 8, 2022

This hides JournalStream::parse() and JournalStream::from_env_impl() from the public API, as they are internal implementations and not supposed to be useful to consumers.

This hides `JournalStream::parse()` and `JournalStream::from_env_impl()`
from the public API, as they are internal implementations and not
supposed to be useful to consumers.
@lucab
Copy link
Owner Author

lucab commented Dec 8, 2022

@swsnr could you please double-check whether you need these methods to be public in some consumer? Otherwise I think it is safe to keep them crate-internal.

@lucab lucab requested a review from swsnr December 8, 2022 14:47
@swsnr
Copy link
Collaborator

swsnr commented Dec 8, 2022

👍🏿

@lucab lucab merged commit 6db1577 into master Dec 9, 2022
@lucab lucab deleted the ups/logging-hide-methods branch December 9, 2022 11:32
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