This is an automated email from the ASF dual-hosted git repository.
gfphoenix78 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-go-libs.git
The following commit(s) were added to refs/heads/main by this push:
new 928bc56 fix(dbconn): reduce log level for version initialization (#11)
928bc56 is described below
commit 928bc567da46e3f27fdaca6532af444d9041dcc7
Author: Robert Mu <[email protected]>
AuthorDate: Fri Jul 25 20:02:59 2025 +0800
fix(dbconn): reduce log level for version initialization (#11)
---
dbconn/version.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dbconn/version.go b/dbconn/version.go
index b7351db..e51b8e1 100644
--- a/dbconn/version.go
+++ b/dbconn/version.go
@@ -71,7 +71,7 @@ func InitializeVersion(dbconn *DBConn) (dbversion
GPDBVersion, err error) {
// Determine database type and parse version
dbversion.ParseVersionInfo(dbversion.VersionString)
- gplog.Info("Initialized database version - Full Version: %s, Database
Type: %s, Semantic Version: %s",
+ gplog.Debug("Initialized database version - Full Version: %s, Database
Type: %s, Semantic Version: %s",
dbversion.VersionString, dbversion.Type, dbversion.SemVer)
return
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]