diff --git a/client_options.go b/client_options.go index 2c89bf5e..20cbaa5a 100644 --- a/client_options.go +++ b/client_options.go @@ -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