Skip to content

Commit b4a82d8

Browse files
Update configs from debug to logger
1 parent 583c538 commit b4a82d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/config.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
debug: false
1+
logger: nil
22

33
# maximum wait for a response to any API request (secs)
44
timeout_req: 60

features/step_definitions/common_steps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@api = BigBlueButton::BigBlueButtonApi.new(@config_server['url'],
55
@config_server['secret'],
66
@config_server['version'].to_s,
7-
@config['debug'])
7+
@config['logger'])
88
@api.timeout = @config['timeout_req']
99
end
1010

0 commit comments

Comments
 (0)