tonysyu / logquacious

Logquacious is a set of simple logging utilities to help you over-communicate.
MIT License
33 stars 1 forks source link

Add project-level file configuration #11

Open tonysyu opened 5 years ago

tonysyu commented 5 years ago

Currently, logquacious.context_templates.DEFAULT_TEMPLATES hard codes template strings for context-manager and function logging. This should be made easier to configure project wide. This would be an alternative to passing context_templates to logquacious.LogManager.

This use case would be similar to how the logging module uses fileConfig.