elixir-crawly / crawly

Crawly, a high-level web crawling & scraping framework for Elixir.

Home Page:https://hexdocs.pm/crawly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvements to file logging

Ziinc opened this issue · comments

commented

Currently, in master, the logs are stored in a non-optional manner.

I think a good improvement for this would be to make the file logging optional, as not everyone has log rotation configured or needs logging (especially ad-hoc users).

Mentioned first here: #155 (comment)

Some improvements i can think of is:

commented

#170 fixes point 1 and 2. Only making of file logger backend an opt in dep remains.