some logger

This commit is contained in:
2025-09-29 16:42:38 +03:00
parent 7dc3eeae9d
commit 4e8340b88c
7 changed files with 79 additions and 64 deletions

View File

@@ -19,7 +19,6 @@ func getDSN() string {
if !exists {
host = "localhost"
}
log.Println("user:", user, "database:", database)
return fmt.Sprintf("postgresql://%s:%s@%s/%s?sslmode=disable", user, password, host, database)
}