/service_logger

Simple Logger for K8S services based on Redis

Primary LanguageJupyter Notebook

Install service_logger

  • Install from pypi with pip3
pip3 install -i https://test.pypi.org/simple/ service-logger==0.0.3
  • Install from source code
python3 setup.py install 

Local test

  • Start the redis server:
redis-server /usr/local/etc/redis.conf
  • Run some tests
python3 test_service_logger.py