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

Don't warn on Logger.warn #69

Conversation

tomekowal
Copy link
Contributor

Problem.

The old approach checked if Logger.warn was available but it could be already deprecated creating warnings.
This approach checks if we are at version 1.11.0 or above to use newer warning where possible.

lib/x509/logger.ex Outdated Show resolved Hide resolved
@voltone voltone force-pushed the tkowal/use-logger-warning-in-elixir-above-1.11 branch from 8689f45 to 4aceb6c Compare June 25, 2024 09:51
@tomekowal tomekowal force-pushed the tkowal/use-logger-warning-in-elixir-above-1.11 branch from 4aceb6c to e292275 Compare June 25, 2024 12:11
@voltone voltone merged commit 10b33a3 into voltone:master Jun 25, 2024
11 checks passed
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.

2 participants