elixir-crawly / crawly

Crawly, a high-level web crawling & scraping framework for Elixir.
https://hexdocs.pm/crawly
Apache License 2.0
953 stars 112 forks source link

Logger.warn is deprecated #277

Closed ydlr closed 7 months ago

ydlr commented 8 months ago

Logger.warn is deprecated in Elixir 1.15 in favor of Logger.warning. Logger.warning is available in 1.14, so it shouldn't break anything to update this.

dogweather commented 7 months ago

@oltarasenko It looks like the error is a CI configuration issue. The test suite passes. Would you be able to take a look?

oltarasenko commented 7 months ago

Hey @dogweather, sorry I am on a new project right now, with quite a limited time availability. I think I will arrange some time for Crawly development with my bosses in the next year, but right now, it's a bit complex due to the crisis :(

dogweather commented 7 months ago

No worries! We can close this PR: I fixed these in mine that you just merged.

dogweather commented 7 months ago

I'm also up for picking up some duties here.

dogweather commented 7 months ago

Thank you for the PR, @ydlr. I've incorporated these changes in #282 and so I'm closing this one.