diff --git a/postgres_gorm/postgres_gorm.go b/postgres_gorm/postgres_gorm.go index a232173e..3f6bb611 100644 --- a/postgres_gorm/postgres_gorm.go +++ b/postgres_gorm/postgres_gorm.go @@ -99,7 +99,7 @@ func Connect_WithApplicationName_err(ApplicationName string) error { // conf := &gorm.Config{ - Logger: gormlogger.Default.LogMode(gormlogger.Error), + Logger: gormlogger.Default.LogMode(gormlogger.Silent), } //conn := postgres.Open(dsn)