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

Cannot set minLogLevel in newFromSink #49

Closed
lyesbit opened this issue Sep 28, 2021 · 1 comment
Closed

Cannot set minLogLevel in newFromSink #49

lyesbit opened this issue Sep 28, 2021 · 1 comment

Comments

@lyesbit
Copy link

lyesbit commented Sep 28, 2021

Question

I'm trying to create a logger from a sink using lagerflags.NewFromSink
func NewFromSink(component string, sink lager.Sink) (lager.Logger, *lager.ReconfigurableSink) { return newLogger(component, minLogLevel, sink) }
Why isn't minLogLevel part of the method signature ? How are you suppose to set it when trying to create a logger from a sink ?

@MarcPaquette
Copy link
Contributor

MarcPaquette commented May 2, 2024

Hi @lyesbit,
Is this issue still active for you? If so, feel free to reopen this and I'll get a prioritized response next time around.

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

No branches or pull requests

2 participants