Skip to content

Commit

Permalink
Update description of setting log-level
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jul 10, 2023
1 parent b8f620d commit e67b3c6
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 @@ -1059,7 +1059,7 @@ var (

SettingDefinitionLogLevel = SettingDefinition{
DisplayName: "Log Level",
Description: "The log level Panic, Fatal, Error, Warn, Info, Debug, Trace used in longhorn manager. By default Debug.",
Description: "The log level Panic, Fatal, Error, Warn, Info, Debug, Trace used in longhorn manager. By default Info.",
Category: SettingCategoryGeneral,
Type: SettingTypeString,
Required: true,
Expand Down

0 comments on commit e67b3c6

Please sign in to comment.