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>
(cherry picked from commit 8f12052)
  • Loading branch information
derekbit authored and David Ko committed Jul 16, 2023
1 parent be32d1f commit f355bd6
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 f355bd6

Please sign in to comment.