Skip to content

Commit

Permalink
change default db log level to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 committed May 24, 2024
1 parent 97bc95c commit 9768572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func defaultConfig() *Config {
User: "root",
Password: "",
Database: "vatusa",
LoggerLevel: "info",
LoggerLevel: "warn",
},
Cors: &CorsConfig{
AllowedOrigins: "https://my.vatusa.net",
Expand Down

0 comments on commit 9768572

Please sign in to comment.