diff --git a/src/ctr_logging.c b/src/ctr_logging.c index e5f03f38..034f0ead 100644 --- a/src/ctr_logging.c +++ b/src/ctr_logging.c @@ -197,6 +197,10 @@ static void parse_log_path(char *log_config) use_logging_passthrough = TRUE; return; } + if (!strcmp(driver, "passthrough-tty")) { + use_logging_passthrough = TRUE; + return; + } if (!strcmp(driver, JOURNALD_FILE_STRING)) { use_journald_logging = TRUE;