Skip to content

Commit

Permalink
Test suite: use logLevel = Info as default
Browse files Browse the repository at this point in the history
 - It’s not verbose and can help
  • Loading branch information
ricardopereira committed Mar 9, 2016
1 parent 0ae7563 commit d5c114c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Spec/TestUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ class AblyTests {
if debug {
options.logLevel = .Debug
}
else {
options.logLevel = .Info

This comment has been minimized.

Copy link
@mattheworiordan

mattheworiordan Mar 10, 2016

Member

Shouldn't this be log level warning? See http://docs.ably.io/client-lib-development-guide/features/#RSC2

This comment has been minimized.

Copy link
@mattheworiordan

mattheworiordan Mar 10, 2016

Member

Or does this only pertain to tests? I assume that is the case, so ignore my comment :)

}
if requestToken {
options.token = getTestToken()
}
Expand Down

0 comments on commit d5c114c

Please sign in to comment.