mirror of
https://github.com/ManyakRus/starter.git
synced 2025-02-15 15:10:29 +02:00
сделал LogMode(gormlogger.Silent)
This commit is contained in:
parent
6836dd6049
commit
014f88c964
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user