Log::Formatter.new do |entry, io| ((io << (entry.severity.fatal? || entry.severity.error? ? "❌" : "ℹ️")) << " ") << entry.message end
Log format