cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

LOG_FILE Environment Variable Missing #199

Closed rheaplex closed 6 years ago

rheaplex commented 7 years ago

The environment variable LOG_FILE is not included in the exports in the shared secret store. As a result, manage.py does not run (for me) on the server.

This environment variable must be set on the server to avoid a:

ValueError: Unable to configure handler 'file': 'NoneType' object has no attribute 'startswith'

exception when trying to run:

python app/manage.py dbshell

I've set it to a value in /tmp/ in my current eb shell session.

I've checked out the latest version of the source and created a clean venv on my local system to try to make sure it isn't a separate library or config issue.

aldenstpage commented 6 years ago

Closed as not reproducible