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

Fix warnings introduced in elixir 1.15 #108

Closed
thomasdziedzic-calmwave opened this issue Jul 7, 2023 · 2 comments
Closed

Fix warnings introduced in elixir 1.15 #108

thomasdziedzic-calmwave opened this issue Jul 7, 2023 · 2 comments

Comments

@thomasdziedzic-calmwave
Copy link

When upgrading to elixir 1.15, I got a bunch of warnings: warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead

I think this is because elixir has now switched to the erlang logger in 1.15.

Some areas that display this issue: https://github.com/search?q=repo%3AStrech%2Favrora%20Logger.warn&type=code

@thomasdziedzic-calmwave
Copy link
Author

Ah looks like someone already opened a PR to potentially fix this issue: #107

@Strech Strech closed this as completed Jul 14, 2023
@Strech
Copy link
Owner

Strech commented Jul 14, 2023

Thanks for reporting @thomasdziedzic-calmwave. The issue was fixed in 0.27 release

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

No branches or pull requests

2 participants