Closes #880 (closed)
logging.basicConfig
have been removed, letting Django's settings alone handle the logging configuration without being overriden.S3FileMixin
logs for instances that do not have S3 objects (such as elements that should not have thumbnails) are now marked as debug
to avoid polluting the production logs.debug
to avoid polluting the production logs (we already see HTTP 400/401/403 anyway).django.*
, arkindex.*
, rq.*
loggers are set to INFO
.arkindex rqworker
does show the logs for every job now!