Merge 2ac549c40afc363a2d6515015d77276db7011a81 into 6b21daab568c2161b79ae4886f2ad992f06c326b

This commit is contained in:
Fijxu 2026-06-06 09:22:47 +02:00 committed by GitHub
commit 0b0de87300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)