From 70598062e3231d1a4c441d70b6c7ea617f297f3a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 2 Feb 2022 18:36:08 +0100 Subject: core.loggingmanager: Add FIXME about supporting console logging to stderr Currently it is hard codded to be a specialized stdout logger, which should be fixed one day. --- core/loggingmanager.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua index d8e557f9..5da77354 100644 --- a/core/loggingmanager.lua +++ b/core/loggingmanager.lua @@ -227,6 +227,7 @@ end local function log_to_console(sink_config) -- Really if we don't want pretty colours then just use plain stdout + -- FIXME refactor to allow console logging with colours on stderr if not do_pretty_printing then return log_to_stdout(sink_config); end -- cgit v1.2.3