mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 12:52:27 -05:00
[feature] Add log-db-queries config option (#465)
This commit is contained in:
parent
e74ec70dbf
commit
094f032f74
11 changed files with 43 additions and 15 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue