Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-02-28 13:16:23 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-02-28 13:16:23 +0300
commit2577ff7fd656f301c4b1909f0a1c358c8c30a614 (patch)
treea7c04e89e47df5610fdd189597c58d48f9075e76 /lib/gitlab/plugin_logger.rb
parent4eed9a12216296709306ce29faf607d8aed2a913 (diff)
Refactor plugins feature and make some doc improvements
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/gitlab/plugin_logger.rb')
-rw-r--r--lib/gitlab/plugin_logger.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/gitlab/plugin_logger.rb b/lib/gitlab/plugin_logger.rb
new file mode 100644
index 00000000000..a106a2677ed
--- /dev/null
+++ b/lib/gitlab/plugin_logger.rb
@@ -0,0 +1,8 @@
+module Gitlab
+ class PluginLogger < Gitlab::Logger
+ def self.file_name_noext
+ 'plugin'
+ end
+ end
+end
+