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

Increase the error level of some messages #282

Closed dogweather closed 7 months ago

dogweather commented 7 months ago

See https://github.com/elixir-crawly/crawly/discussions/270. In a nutshell, some errors are being logged as debug. This causes them to be hidden if the user is running Crawly as a normal user, at e.g. info or warn level.

dogweather commented 7 months ago

All the tests passed. CI is failing due to a configuration problem.