Logging setup


Keywords
logging, workflow, logger, logs
License
BSD-2-Clause
Install
pip install logmuse==0.1

Documentation

logmuse

Build Status Coverage Status

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.