Skip to content

Commit

Permalink
fix: change default log level to info
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
(cherry picked from commit 2c5b623)
  • Loading branch information
c3y1huang authored and David Ko committed Jul 10, 2023
1 parent 0503d56 commit fedfefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ var (
Type: SettingTypeString,
Required: true,
ReadOnly: false,
Default: "Debug",
Default: "Info",
}

SettingDefinitionOfflineReplicaRebuilding = SettingDefinition{
Expand Down

0 comments on commit fedfefc

Please sign in to comment.