[feature] Add log-db-queries config option (#465)

This commit is contained in:
tobi
2022-04-18 16:47:11 +02:00
committed by GitHub
parent e74ec70dbf
commit 094f032f74
11 changed files with 43 additions and 15 deletions

View File

@@ -59,6 +59,7 @@ func InitTestConfig() {
// TestDefaults returns a Values struct with values set that are suitable for local testing.
var TestDefaults = config.Values{
LogLevel: "trace",
LogDbQueries: true,
ApplicationName: "gotosocial",
ConfigPath: "",
Host: "localhost:8080",