Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 50c7351

Browse files
committed
Merge pull request #55 from sharmarahul/master
added logging level accessor for config
2 parents 618035d + fcb122f commit 50c7351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/allure-rspec.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module Config
1010
class << self
1111
attr_accessor :output_dir
1212
attr_accessor :clean_dir
13+
attr_accessor :logging_level
1314

1415
DEFAULT_OUTPUT_DIR = 'gen/allure-results'
1516
DEFAULT_LOGGING_LEVEL = Logger::DEBUG
@@ -52,4 +53,4 @@ def configure(&block)
5253
end
5354
end
5455

55-
end
56+
end

0 commit comments

Comments
 (0)