Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
783d300b
Commit
783d300b
authored
Jun 10, 2016
by
Frank Jania
Committed by
GitHub
Jun 10, 2016
Browse files
Quieter logging
This feels too deep/verbose to be logged at the `info` level.
parent
cd46550b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/binder.py
View file @
783d300b
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment