summaryrefslogtreecommitdiffstats
path: root/tests/topotests/munet/logconf-mutest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/munet/logconf-mutest.yaml')
-rw-r--r--tests/topotests/munet/logconf-mutest.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/topotests/munet/logconf-mutest.yaml b/tests/topotests/munet/logconf-mutest.yaml
index b450fb9..c0b636c 100644
--- a/tests/topotests/munet/logconf-mutest.yaml
+++ b/tests/topotests/munet/logconf-mutest.yaml
@@ -1,5 +1,8 @@
version: 1
formatters:
+ result_color:
+ class: munet.mulog.ResultColorFormatter
+ format: '%(levelname)5s: %(message)s'
brief:
format: '%(levelname)5s: %(message)s'
operfmt:
@@ -22,7 +25,7 @@ handlers:
info_console:
level: INFO
class: logging.StreamHandler
- formatter: brief
+ formatter: result_color
stream: ext://sys.stderr
oper_console:
level: DEBUG