module ApplicationCable class Connection < ActionCable::Connection::Base def connect logger.add_tags "SX-ActionCable" end end end