remove debug message
This commit is contained in:
parent
08264b9e75
commit
e7d4471c3d
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ async def create_alert(
|
||||||
|
|
||||||
if alert.match_all_labels(config.dm_filter_labels):
|
if alert.match_all_labels(config.dm_filter_labels):
|
||||||
logger.info(
|
logger.info(
|
||||||
f"Found all DM filter labels in alert labels {config.dm_filter_labels}"
|
f"Found all DM filter labels in alert labels"
|
||||||
)
|
)
|
||||||
if config.dm_select_label and config.dm_select_label not in alert.labels:
|
if config.dm_select_label and config.dm_select_label not in alert.labels:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
|
|
Loading…
Reference in a new issue