Commit 53a0db7b authored by Patrick Bajao's avatar Patrick Bajao

Remove unused SidekiqLogger

Grep'd the project and don't see any calls for SidekiqLogger.

Removing it since it can be confused with `Sidekiq.logger`.
parent e083e5cb
# frozen_string_literal: true
module Gitlab
class SidekiqLogger < Gitlab::Logger
def self.file_name_noext
'sidekiq'
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment