This commit is contained in:
2025-04-14 15:28:51 +08:00
parent f100427f8b
commit 371b89ee8d
93 changed files with 3757 additions and 1038 deletions

View File

@@ -87,6 +87,6 @@ func setPostgreSQLDefaults(opts *PostgreSQLOptions) {
opts.MaxConnectionLifeTime = time.Duration(10) * time.Second
}
if opts.Logger == nil {
opts.Logger = logger.Default
opts.Logger = logger.Default.LogMode(logger.Info)
}
}