e850d4ea6c
Adds an importer.log so that it's easier to track what's happening with the import.
9 lines
148 B
Ruby
9 lines
148 B
Ruby
module Gitlab
|
|
module Import
|
|
class Logger < ::Gitlab::JsonLogger
|
|
def self.file_name_noext
|
|
'importer'
|
|
end
|
|
end
|
|
end
|
|
end
|