From a6ed6256519d248c3eb22ceb33a46bcc5621e04d Mon Sep 17 00:00:00 2001 From: Simon Delberghe Date: Thu, 4 Jan 2024 22:05:03 +0100 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a42601..c437c0d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ to have homogeneous logs between your application / script and gorm. - can define a threshold to identify and log the slow queries. - can log all SQL messages or just the errors if you prefer. - can define a custom `slog.Level` for errors, slow queries or the other logs. - +- can log context values with each Gorm log. ## Requirement