github.com/anycable/anycable-go@v1.5.1/features/simple_logger.rb (about) 1 module MetricsFormatter 2 def self.call(data) 3 "[#{ENV["PRINTER_NAME"]}] Connections: #{data["clients_num"]}" 4 end 5 end