sc-informant: Respect --disable-log-color (#3009)

Changes `sc-informant` to respect the `--disable-log-color` CLI flag.

Closes: https://github.com/paritytech/polkadot-sdk/issues/2795

---------

Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
This commit is contained in:
Bastian Köcher
2024-01-22 11:31:37 +01:00
committed by GitHub
parent d53534c49e
commit deb72f432d
5 changed files with 82 additions and 45 deletions
+10
View File
@@ -0,0 +1,10 @@
title: "sc-informant: Respect `--disable-log-color`"
doc:
- audience: Node Operator
description: |
Fixes some places that weren't respecting the `--disable-log-color` CLI flag.
crates:
- name: "sc-informant"
- name: "sc-service"