Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

pivotal-energy-solutions/json_log_handler

Repository files navigation

Python JSON Log Handler

This is a small repo to provide a JSON log handler.

Learn more https://github.com/pivotal-energy-solutions/json_log_handler

Build Process:

  1. Update the __version_info__ inside of the application. Commit and push.
  2. Tag the release with the version. git tag <version> -m "Release"; git push --tags
  3. Build the release rm -rf dist build *egg-info; python setup.py sdist bdist_wheel
  4. Upload the data twine upload dist/*

About

This is a Python JSON Log Handler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published