We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583c538 commit b4a82d8Copy full SHA for b4a82d8
features/config.yml.example
@@ -1,4 +1,4 @@
1
-debug: false
+logger: nil
2
3
# maximum wait for a response to any API request (secs)
4
timeout_req: 60
features/step_definitions/common_steps.rb
@@ -4,7 +4,7 @@
@api = BigBlueButton::BigBlueButtonApi.new(@config_server['url'],
5
@config_server['secret'],
6
@config_server['version'].to_s,
7
- @config['debug'])
+ @config['logger'])
8
@api.timeout = @config['timeout_req']
9
end
10
0 commit comments