Configure basic logging
Created by: slifty
This PR configures the Python logger
to emit to stdout. The rq
package uses logger
so this makes it possible for worker logs to be routed to a log file by whatever tool a developer is using to run the worker.
Resolves #10 (closed)