https://github.com/databio/logmuse
Small logging setup package
https://github.com/databio/logmuse
Last synced: about 1 year ago
JSON representation
Small logging setup package
- Host: GitHub
- URL: https://github.com/databio/logmuse
- Owner: databio
- License: bsd-2-clause
- Created: 2019-04-03T15:35:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T15:51:18.000Z (about 2 years ago)
- Last Synced: 2025-03-26T13:11:38.343Z (over 1 year ago)
- Language: Python
- Homepage: http://logmuse.databio.org
- Size: 84 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE.txt
- Support: docs/support.md
Awesome Lists containing this project
README
# logmuse
[](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master)
[](https://coveralls.io/github/vreuter/logmuse?branch=master)
Logmuse is a small logging setup package. The point of logmuse is to make it super simple to add CLI-control of logging to your python CLI tool. It just provides a simple interface so that standard arguments can be passed on to the logger.
It is only useful for CLI tools.