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/machine/machinectl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/machine') diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index d98027a0ca..51bad267d8 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -3100,6 +3100,7 @@ static int run(int argc, char *argv[]) { int r; setlocale(LC_ALL, ""); + log_show_color(true); log_parse_environment(); log_open(); -- cgit v1.2.3