Closed thomasdziedzic-calmwave closed 1 year ago
When upgrading to elixir 1.15, I got a bunch of warnings: warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead
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
Ah looks like someone already opened a PR to potentially fix this issue: https://github.com/Strech/avrora/pull/107
Thanks for reporting @thomasdziedzic-calmwave. The issue was fixed in 0.27 release
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