mirror of
https://github.com/iv-org/invidious.git
synced 2026-05-18 22:21:23 -05:00
Merge 2ac549c40afc363a2d6515015d77276db7011a81 into 103f80e617ed26e7be42c890bb6e837cbebbf7e6
This commit is contained in:
commit
eedddf295c
@ -14,7 +14,6 @@ end
|
|||||||
class Invidious::LogHandler < Kemal::BaseLogHandler
|
class Invidious::LogHandler < Kemal::BaseLogHandler
|
||||||
def initialize(@io : IO = STDOUT, @level = LogLevel::Debug, use_color : Bool = true)
|
def initialize(@io : IO = STDOUT, @level = LogLevel::Debug, use_color : Bool = true)
|
||||||
Colorize.enabled = use_color
|
Colorize.enabled = use_color
|
||||||
Colorize.on_tty_only!
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def call(context : HTTP::Server::Context)
|
def call(context : HTTP::Server::Context)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user