Skip to content

Commit

Permalink
[config] refs fibercrypto#298 - Change default value for log's output…
Browse files Browse the repository at this point in the history
… to none
  • Loading branch information
AntiD2ta committed Jan 20, 2020
1 parent 8bb88cb commit f4215c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coin/skycoin/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func RegisterConfig() error {
}
logLevelOpt := local.NewOption(SettingPathToLog, []string{}, false, string(levelBytes))

output := map[string]string{"output": "stdout"}
output := map[string]string{"output": "none"}
outputBytes, err := json.Marshal(output)
if err != nil {
return err
Expand Down

0 comments on commit f4215c5

Please sign in to comment.