mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
8 lines
122 B
Ruby
8 lines
122 B
Ruby
module Gitlab
|
|
class ProductionLogger < Gitlab::Logger
|
|
def self.file_name_noext
|
|
'production'
|
|
end
|
|
end
|
|
end
|