Skip to content

Conversation

@harlowja
Copy link
Contributor

@harlowja harlowja commented Apr 2, 2018

Instead of just outputting to stderr the rtm connect
failure it is more appropriate to use the python logging
system and output a appropriate message (and pass in
exc_info=True so that the traceback gets logged as well).

Summary

Describe the goal of this PR. Mention any related Issue numbers.

Requirements (place an x in each [ ])

Instead of just outputting to stderr the rtm connect
failure it is more appropriate to use the python logging
system and output a appropriate message (and pass in
exc_info=True so that the traceback gets logged as well).
@codecov
Copy link

codecov bot commented Apr 2, 2018

Codecov Report

Merging #309 into master will increase coverage by 0.06%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #309      +/-   ##
=========================================
+ Coverage   74.33%   74.4%   +0.06%     
=========================================
  Files          10      10              
  Lines         378     379       +1     
  Branches       67      67              
=========================================
+ Hits          281     282       +1     
  Misses         88      88              
  Partials        9       9
Impacted Files Coverage Δ
slackclient/client.py 52.45% <66.66%> (+0.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36cecfa...eedfc3e. Read the comment docs.

@Roach Roach merged commit 8a6e36e into slackapi:master Apr 3, 2018
lavabyrd pushed a commit that referenced this pull request Apr 25, 2019
Instead of just outputting to stderr the rtm connect
failure it is more appropriate to use the python logging
system and output a appropriate message (and pass in
exc_info=True so that the traceback gets logged as well).
c-goosen pushed a commit to c-goosen/python-slackclient that referenced this pull request Jun 18, 2019
Instead of just outputting to stderr the rtm connect
failure it is more appropriate to use the python logging
system and output a appropriate message (and pass in
exc_info=True so that the traceback gets logged as well).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants