Open tigerfoot opened 6 years ago
Strange. Running pserve production.ini
works.
It looks like the loading from another ini file is broken. By changing use = config:production.ini
into use = egg:geo_api3
and by duplicating keys from production.ini
not present in development.ini
I can make it work again.
This can be a temporary solution until there is a proper fix upstream. I tried to downgrade PasteDeploy but it had no effect. Downgrading pyramid
to 1.8.5 fixed it correctly. I also tried to install pyramid from master with pip install 'git+https://github.com/Pylons/pyramid.git'
but the bug is still here.
Perhaps you can try the IRC channel pyramid or open an issue on github.
Is this still an issue? There were some problems at one point because plaster_pastedeploy was injecting environment variables into the config which caused some interpolation problems but that has since been fixed.
Since pyramid 1.9 (and newer paste-deploy) there's an error in parsing our configuration
Or formatter_generic line is almost the same as the one in [https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html, documentation]
Trying pserve development.ini