progrium / ginkgo

Python service microframework
http://ginkgo.readthedocs.org
MIT License
325 stars 51 forks source link

reload should reload configuration #43

Closed progrium closed 12 years ago

progrium commented 12 years ago

Reload currently gets caught by the runner, reloads logging configuration then calls reload on the top level service (RootService). When RootService becomes Context and Context is responsible for configuration, then it would be nice for Context to reload configuration.

progrium commented 12 years ago

This was added to 0.3.1, but has yet to be hooked up in 0.5.0, despite Config supporting reloading.

progrium commented 12 years ago

Fixed in this commit: https://github.com/progrium/ginkgo/commit/fd9cd75ad22af1fb3bdc1871354360ce3b219fa9