Skip to content

Commit

Permalink
azure: update diagnostic from warning level to debug
Browse files Browse the repository at this point in the history
This is normal behavior, don't warn.

Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
  • Loading branch information
cjp256 authored and holmanb committed Nov 18, 2023
1 parent 047d512 commit 5496745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/sources/DataSourceAzure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def _wait_for_nic_detach(self, nl_sock):
else:
report_diagnostic_event(
"The preprovisioned nic %s is detached" % ifname,
logger_func=LOG.warning,
logger_func=LOG.debug,
)
except AssertionError as error:
report_diagnostic_event(str(error), logger_func=LOG.error)
Expand Down

0 comments on commit 5496745

Please sign in to comment.