Fix DCAE plugin log formatting 31/131831/4
authorLincoln Thurlow <lincoln@isi.edu>
Wed, 7 Dec 2022 18:53:54 +0000 (10:53 -0800)
committerKevin Sandi <ksandi@contractor.linuxfoundation.org>
Wed, 25 Jan 2023 20:58:40 +0000 (20:58 +0000)
commit42adb10f8c63243928215477bbd17cf7d50ada00
treec6c54d2a2ff53669569649f78b560ae93c3719ee
parent38ad567f7704760c4252e2c13921d4aa20048316
Fix DCAE plugin log formatting

Conforms with the rest of the inventory_provider debug statements
using .format() strings.  Prevents stack traces originating from
the debug statements themselves.

Issue-ID: OPTFRA-1108
Signed-off-by: Lincoln Thurlow <lincoln@isi.edu>
Change-Id: I48b0cda524a04df07d3be6c4373cd3d8b16caf9a
conductor/conductor/data/plugins/inventory_provider/dcae.py