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

8 lines
120 B
Ruby
Raw Normal View History

2015-04-26 12:48:37 +05:30
module Gitlab
2017-08-17 22:00:37 +05:30
class EnvironmentLogger < Gitlab::Logger
2015-04-26 12:48:37 +05:30
def self.file_name_noext
2017-08-17 22:00:37 +05:30
Rails.env
2015-04-26 12:48:37 +05:30
end
end
end