rivermont / spidy

The simple, easy to use command line web crawler.
GNU General Public License v3.0
334 stars 69 forks source link

Transitioned general and error logs to logging FileHandler #60

Closed kylesalk closed 6 years ago

kylesalk commented 6 years ago

Transitioned from a error and general log messages to a logger using the built-in logging library. Updated documentation to reflect.

Benefits: standardized output, simple timestamp, multiple logging levels (may choose lowest level logged)

Possible upgrades: transition all logging functions to handlers, add logging config files (log levels, file location, etc.),

Checklist