]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal/journalctl.c
tree-wide: enable colorized logging for daemons when run in console
[thirdparty/systemd.git] / src / journal / journalctl.c
index dee0a0835b1030dc030f23e75046dcea5bdf549d..94fc3472beca3ec45690d2884888c3ad4f3d8d76 100644 (file)
@@ -2145,7 +2145,7 @@ int main(int argc, char *argv[]) {
         int n_shown = 0, r, poll_fd = -1;
 
         setlocale(LC_ALL, "");
-        log_setup_cli();
+        log_setup();
 
         /* Increase max number of open files if we can, we might needs this when browsing journal files, which might be
          * split up into many files. */