Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e7e89 commit 7a6c086Copy full SHA for 7a6c086
1 file changed
lib/request/direct.py
@@ -34,7 +34,7 @@ def direct(query, content=True):
34
select = True
35
break
36
37
- logger.log(9, query)
+ logger.debug("query: %s" % query)
38
39
if not select:
40
output = timeout(func=conf.dbmsConnector.execute, args=(query,), duration=conf.timeout, default=None)
0 commit comments