Lucretiel / autocommand

Autocommand turns a python function into a CLI program
GNU Lesser General Public License v3.0
53 stars 9 forks source link

Logging #17

Open Lucretiel opened 7 years ago

Lucretiel commented 7 years ago

The use of the logging module is pretty harmless, because when left uninitialized, most of its operations are no-ops. This issue proposes to add various messages at the DEBUG, INFO, and WARNING level, where relevant, so that the behavior of autocommand can be more easily examined.