projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd46550
)
Quieter logging
author
Frank Jania
<fjania@gmail.com>
Fri, 10 Jun 2016 21:45:36 +0000
(17:45 -0400)
committer
GitHub
<noreply@github.com>
Fri, 10 Jun 2016 21:45:36 +0000
(17:45 -0400)
This feels too deep/verbose to be logged at the `info` level.
tweepy/binder.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/binder.py
b/tweepy/binder.py
index b96e4d3c0e61cccb907c6c80a73e1db245a3fa69..4afb58e1e93f14adbd143444168694e44da05a14 100644
(file)
--- a/
tweepy/binder.py
+++ b/
tweepy/binder.py
@@
-104,7
+104,7
@@
def bind_api(**config):
self.session.params[k] = convert_to_utf8_str(arg)
- log.
info
("PARAMS: %r", self.session.params)
+ log.
debug
("PARAMS: %r", self.session.params)
def build_path(self):
for variable in re_path_template.findall(self.path):