Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix(BUX-250): setup go-datastore logger to log warning level by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain committed Nov 13, 2023
1 parent 3e666a6 commit 33f6587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func defaultClientOptions() *clientOptions {
// Blank Datastore config
dataStore: &dataStoreOptions{
ClientInterface: nil,
options: []datastore.ClientOps{},
options: []datastore.ClientOps{datastore.WithLogger(&datastore.DatabaseLogWrapper{GormLoggerInterface: zLogger.NewGormLogger(false, 4)})},
},

// Default http client
Expand Down

0 comments on commit 33f6587

Please sign in to comment.