MS
Size: a a a
MS
v
AD
v
v
AD
MS
v
v
v
def formatter
format = ENV.fetch('LOG_FORMAT')
case format
when 'json'
Monitoring::Logging::Formatter::Json.new
when 'text'
Monitoring::Logging::Formatter::Text.new
else
raise "Unknown log format '#{format}'"
end
end
MS
v
A
MS
A
MS
VK
SZ
IM
IM