Currently there is no way of setting up the logging without modifying a file in the working tree of this repository. That means that maintaining datapusher up to date requires stashing, pulling and popping the stash instead of having a clean repository all the time.
This PR allows to read LOG_FILE and STDERR from environment variables and documents the new variables in the readme.
Currently there is no way of setting up the logging without modifying a file in the working tree of this repository. That means that maintaining datapusher up to date requires stashing, pulling and popping the stash instead of having a clean repository all the time.
This PR allows to read
LOG_FILE
andSTDERR
from environment variables and documents the new variables in the readme.This PR actually requires https://github.com/ckan/ckan-service-provider/pull/56 to be merged, a version of it released and the
requirements.txt
file to be updated.