Skip to main content

Nameko extension exposing a structlog dependency injector

Project description

Structlog as nameko extension

  • Free software: Apache Software License 2.0

Extension for nameko that replaces python logging module with structlog.

Installation

To install nameko-structlog, simply use pip.

pip install nameko-structlog
# to enable coloring during development
pip install nameko-structlog[colors]

Usage

Add Structlog log level to your nameko config file:

# config.yml
STRUCTLOG:
   DEVELOPMENT_MODE: ${DEV:false}
   WORKER_NAME: ${WORKER_NAME:false}

...

Include the StructlogDependency dependency in your service class:

# service.py
from nameko.rpc import rpc

from nameko_structlog import StructlogDependency

class MyService(object):
   name = 'demo'

   log = StructlogDependency()

   @rpc
   def my_method(self, name):
      self.log.info('Your name is '.format(name))

Run your service, providing the config file:

$ nameko run service --config config.yaml

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.1 (2018-10-29)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

nameko_structlog-0.1.1-py2.py3-none-any.whl (4.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file nameko_structlog-0.1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: nameko_structlog-0.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6

File hashes

Hashes for nameko_structlog-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3a542da9f1dbe45e9702a58792c5a5db5e03077d6c949d928ee887b3be4724a6
MD5 cbc362894542e94f4b264d074c895af8
BLAKE2b-256 4d1199747e7523071f805b91908e2597858ef0a8c4bfa4ae7e5be3931234925f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page