diff --git a/src/invidious/helpers/logger.cr b/src/invidious/helpers/logger.cr index 033495955..edae99aae 100644 --- a/src/invidious/helpers/logger.cr +++ b/src/invidious/helpers/logger.cr @@ -14,7 +14,6 @@ end class Invidious::LogHandler < Kemal::BaseLogHandler def initialize(@io : IO = STDOUT, @level = LogLevel::Debug, use_color : Bool = true) Colorize.enabled = use_color - Colorize.on_tty_only! end def call(context : HTTP::Server::Context)