Some extra functionality for nameko.
pip install nameko-extras
Logging may be configured from a file through the --logging-config-file
option.
nameko_extras run <module>[:<ServiceClass>] --config ./foobar.yaml --logging-config-file ./logging.conf
For autoreloading simply add this key to your nameko config file.
AUTORELOAD: true
And instead of running your service with the nameko run
command, use nameko_extras run
.