aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/loggingmanager.lua1
1 files changed, 1 insertions, 0 deletions
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