Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 189 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 189 Bytes

nogging

Automatically use nogging.yaml to manage loggers.

usage

import logging

import nogging

nogging.Nogging().setup()

logger = logging.getLogger(__name__)

...