annotate src/bridge/__init__.py @ 1942:7f053e1f0b67
core (logs): taints:
log taints can be specified using log_levels_taints_dict in sat.conf, where key is a level name, and value is a list of color or code names. For instance, the following conf would taint INFO level in bold/green and DEBUG in default color:
log_levels_taints_dict = {"debug": [], "info": ["green", "bold"]}
Unknown names are copied as raw strings.
author |
Goffi <goffi@goffi.org> |
date |
Mon, 18 Apr 2016 18:35:17 +0200 |
parents |
9c6ee3f9ab29 |
children |
|