features-better-logger

Find Features Better Logging Package


License
MIT
Install
pip install features-better-logger==0.3

Documentation

Better Logger

This repo is a python package that I'm using to get the python microservices to talk to the logger service correctly.

Installation (pypi)

pip install features-better-logger

Installation (for development)

Install the requirements into your virtualenv

pip install -e ".[dev]"

Run Unit Test

Make test

To run the service

Make run

(To install a pyenv virtualenv)

pyenv virtualenv -p python3.6 3.6.8 better-logger

Releasing

  1. Change the tag number inside the setup.py
  2. Commit to github
  3. Create a release with the same tag number
  4. RUN: python setup.py sdist
  5. RUN: twine upload dist/*