flexi_logger 0.31.9

An easy-to-configure and flexible logger that writes logs to stderr or stdout and/or to files. It allows custom logline formats, and it allows changing the log specification at runtime. It also allows defining additional log streams, e.g. for alert or security messages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "MD041": {
        "level": 2
    },
    "MD013": {
        "line_length": 100,
        "heading_line_length": 300
    },
    "MD033": {
        "allowed_elements": [
            "span",
            "br"
        ]
    }
}