# File lib/compass/logger.rb, line 82
    def action_padding(action)
      ' ' * [(max_action_length - action.to_s.length), 0].max
    end