Add log.loud for search query explain.
This commit is contained in:
parent
638dd67cef
commit
1867d30d88
1 changed files with 1 additions and 1 deletions
|
@ -1905,7 +1905,7 @@ class Search:
|
||||||
query = f'{"-" * 80}\n{query}\n{"-" * 80}'
|
query = f'{"-" * 80}\n{query}\n{"-" * 80}'
|
||||||
|
|
||||||
log.debug('\n%s %s', query, bindings)
|
log.debug('\n%s %s', query, bindings)
|
||||||
# print(self.photodb.explain(query, bindings))
|
log.loud(self.photodb.explain(query, bindings))
|
||||||
generator = self.photodb.select(query, bindings)
|
generator = self.photodb.select(query, bindings)
|
||||||
seen_albums = set()
|
seen_albums = set()
|
||||||
offset = kwargs.offset
|
offset = kwargs.offset
|
||||||
|
|
Loading…
Reference in a new issue