Skip to content

Commit 5e85a4c

Browse files
committed
Add support for extended logging in DbConfig
Signed-off-by: bar haim <[email protected]>
1 parent c585cc7 commit 5e85a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/view/services/storage/driver/sql/postgres/test_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type DbConfig struct {
5252
Pass string
5353
Host string
5454
Port int
55-
ExtendedLogging bool
55+
ExtendedLogging bool // enables extended loggings for PostgreSQL
5656
}
5757

5858
func (c *DbConfig) DataSource() string {

0 commit comments

Comments
 (0)