An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# logmuse

[![Build Status](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master)](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/vreuter/logmuse/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.