Not every terminal user uses the same colour scheme or even has a dark background for the terminal, so hardcoding "yellow" for record.level >= NOTICE is unhelpful without some way to configure it using environment variables. (e.g. django supports DJANGO_COLORS=warning=blue,bold;error=red,bold)
Please add support for LOGBOOK_COLORS or similar (and add to the docs).
Not every terminal user uses the same colour scheme or even has a dark background for the terminal, so hardcoding "yellow" for record.level >= NOTICE is unhelpful without some way to configure it using environment variables. (e.g. django supports DJANGO_COLORS=warning=blue,bold;error=red,bold)
Please add support for LOGBOOK_COLORS or similar (and add to the docs).