We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1202002 commit 23799e8Copy full SHA for 23799e8
dsc_lib/src/discovery/command_discovery.rs
@@ -138,7 +138,7 @@ impl ResourceDiscovery for CommandDiscovery {
138
// resource that is requested by resource/config operation
139
// if it is, then "ResouceNotFound" error will be issued later
140
// and here we just record the error into debug stream.
141
- debug!("{e}");
+ warn!("{e}");
142
continue;
143
},
144
};
0 commit comments