We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a778b93 commit ec0d508Copy full SHA for ec0d508
1 file changed
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