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

Authenticator has configurable logging levels #7

Open
jtuttle opened this issue Jul 27, 2018 · 1 comment
Open

Authenticator has configurable logging levels #7

jtuttle opened this issue Jul 27, 2018 · 1 comment

Comments

@jtuttle
Copy link
Member

jtuttle commented Jul 27, 2018

We should add a configurable debug-level logger and include some debug logging for events such as finding the client cert. This logger should be enabled when the environment variable value DEBUG=true is specified.

@izgeri
Copy link
Contributor

izgeri commented Dec 11, 2019

It would be preferable to enable more customizable log levels because the INFO level logging for this library is quite verbose.

We import these packages in Secretless, and would like to only output the Secretless logs and suppress the authenticator client library logs (which are pretty verbose) unless there are errors, and maybe warnings.

conjur-jenkins pushed a commit that referenced this issue Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants