record not found error in the log should not be warn level

Downgrade the "record not found" to info or debug level

The "First" method will be used a lot in the business, and will determine whether the data exists in the business, but the db's logs will output such errors as data does not exist at the warn level, resulting in a large number of invalid warn logs

Comment From: github-actions[bot]

The issue has been automatically marked as stale as it missing playground pull request link, which is important to help others understand your issue effectively and make sure the issue hasn't been fixed on latest master, checkout https://github.com/go-gorm/playground for details. it will be closed in 2 days if no further activity occurs. if you are asking question, please use the Question template, most likely your question already answered https://github.com/go-gorm/gorm/issues or described in the document https://gorm.io ✨ Search Before Asking

Comment From: thecodecafe

@welllog hey were you able to figure out how to turn the logs off?

Comment From: welllog

@welllog hey were you able to figure out how to turn the logs off?

I need to keep warning level logs, so I use Find instead of First method