Trace query response performance and display timings in verbose mode

This commit is contained in:
Debanjum Singh Solanky
2022-07-26 21:03:53 +04:00
parent d8efcd559f
commit f094c86204
3 changed files with 64 additions and 14 deletions

View File

@@ -82,7 +82,7 @@ def convert_org_entries_to_jsonl(entries, verbose=0):
continue
entry_dict["compiled"] = f'{entry.Heading()}.'
if verbose > 1:
if verbose > 2:
print(f"Title: {entry.Heading()}")
if entry.Tags():