From 1a04395959ca8cdca91f9da86b8580ef27025a5f Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 26 Apr 2019 12:28:25 +0200 Subject: Enable log colors for most of tools in /usr/bin When emitting the calendarspec warning we want to see some color. Follow-up for 04220fda5c. Exceptions: - systemctl, because it has a lot hand-crafted coloring - tmpfiles, sysusers, stdio-bridge, etc, because they are also used in services and I'm not sure if this wouldn't mess up something. --- src/cgtop/cgtop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cgtop/cgtop.c') diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index f27c80120d..de958b57dd 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -909,6 +909,7 @@ static int run(int argc, char *argv[]) { CGroupMask mask; int r; + log_show_color(true); log_parse_environment(); log_open(); -- cgit v1.2.3