upper / db

Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
https://upper.io/
MIT License
3.54k stars 235 forks source link

Slow query #696

Open emirkosuta opened 1 year ago

emirkosuta commented 1 year ago

I am constantly getting ErrWarnSlowQuery error on my server. Is there a way to ignore that errror?

thanhtranna commented 10 months ago

Have you tried setting your logger?

db.LC().SetLevel(db.LogLevelError)

Duplicate with issue 688