Skip to content

Commit

Permalink
refactor: refactor func message
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoral-splunk committed Sep 12, 2024
1 parent e22b9e2 commit b970d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_add_on_ucc_framework/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def _get_error_panel_log_lvl(dashboard: Dict[Any, Any]) -> str:
error_lvl = dashboard["settings"]["error_panel_log_lvl"]
except KeyError:
logger.info(
"No custom license usage search condition found. Proceeding with default parameters."
"No custom error log level found. Proceeding with default parameters."
)
return "ERROR"
return ", ".join(error_lvl)
Expand Down

0 comments on commit b970d8a

Please sign in to comment.