Skip to content

Commit

Permalink
Default to info log level
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Dec 31, 2023
1 parent 0949c5f commit 801944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func init() {
viper.Set("api-base", "https://api.ficsit.app")
viper.Set("graphql-api", "/v2/query")

viper.Set("log", "debug")
viper.Set("log", "info")
viper.Set("log-file", filepath.Join(smmCacheDir, "logs", "SatisfactoryModManager.log"))

viper.Set("concurrent-downloads", 5)
Expand Down

0 comments on commit 801944e

Please sign in to comment.