Skip to content

Commit

Permalink
Merge commit 'e926a47c8a5676ed839f9ca9f584c61e6b939798'
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-art committed Jun 19, 2023
2 parents e297dd6 + e926a47 commit 90fc6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ logger := gormzerolog.NewGormLogger().WithInfo(func() gormzerolog.Event {
})

db, err := gorm.Open(sqlite.Open(":memory:"), &gorm.Config{
Logger: gormzerolog.NewGormLogger()
Logger: logger,
})
```

0 comments on commit 90fc6d1

Please sign in to comment.