diff --git a/servercfg/config.go b/servercfg/config.go index e7be894cc9..e27dd625c5 100755 --- a/servercfg/config.go +++ b/servercfg/config.go @@ -299,6 +299,10 @@ func (cfg *DoltgresConfig) LogLevel() servercfg.LogLevel { } } +func (cfg *DoltgresConfig) LogFormat() servercfg.LogFormat { + return servercfg.LogFormat_Text +} + func (cfg *DoltgresConfig) MaxConnections() uint64 { return 0 }