We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f4e882 + ec0d508 commit 11ae627Copy full SHA for 11ae627
network_importer/adapters/nautobot_api/models.py
@@ -512,7 +512,7 @@ def translate_attrs_for_nautobot(self, attrs):
512
try:
513
device = self.diffsync.get(self.diffsync.device, identifier=device_name)
514
except ObjectNotFound:
515
- LOGGER.error(
+ LOGGER.warning(
516
"Found an associated device on Vlan %s that doesn't exist (%s)",
517
self.get_unique_id(),
518
device_name,
0 commit comments