debian-mirror-gitlab/lib/gitlab/backup_logger.rb

10 lines
154 B
Ruby
Raw Normal View History

2021-09-30 23:02:18 +05:30
# frozen_string_literal: true
module Gitlab
class BackupLogger < Gitlab::JsonLogger
def self.file_name_noext
'backup_json'
end
end
end