Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions servercfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@
}
}

func (cfg *DoltgresConfig) LogFormat() servercfg.LogFormat {

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Run Staticcheck

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Run Staticcheck

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Verify format

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Bats tests (ubuntu-22.04)

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (windows-latest)

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Bats tests (macos-latest)

undefined: servercfg.LogFormat

Check failure on line 302 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (windows-latest)

undefined: servercfg.LogFormat
return servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Run Staticcheck

undefined: servercfg.LogFormat_Text (compile)

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Run Staticcheck

undefined: servercfg.LogFormat_Text (compile)

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Verify format

undefined: servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Bats tests (ubuntu-22.04)

undefined: servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (windows-latest)

undefined: servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / Bats tests (macos-latest)

undefined: servercfg.LogFormat_Text

Check failure on line 303 in servercfg/config.go

View workflow job for this annotation

GitHub Actions / test (windows-latest)

undefined: servercfg.LogFormat_Text
}

func (cfg *DoltgresConfig) MaxConnections() uint64 {
return 0
}
Expand Down
Loading