Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 552 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 552 Bytes

nameko-extras

Some extra functionality for nameko.

Installation

pip install nameko-extras

Logging config from file

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

Autoreloading

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.