Message about slow SQL query appears in the proxy log file when creating DB file.
Steps to reproduce:
- Have a proxy prepared for SQLlite3
- Make sure no .db file exists
- Start proxy
- Check proxy log file
Result:
Long SQL query record appears in the proxy log file what not looks good and may confuse a user:
18790:20260414:125413.218 creating database ... 118790:20260414:125420.191 slow query: 6.973177 sec, "...."
Expected:
No warnings for proxy SQLite3 DB creation in the log file.