- Can we log a warning when a name is passed into the envvar but no match is found in the entry point?
- When a loaded object does not implement
CompletionHook, let's use logger.warning instead of debug since this seems like a real configuration bug.
- When an exception is caught, the log says the noop is being used by the iteration continues for the rest of the entry points (technically would be ok unless duplicate names).
Originally posted by @lzchen in #4315 (comment)
CompletionHook, let's uselogger.warninginstead ofdebugsince this seems like a real configuration bug.Originally posted by @lzchen in #4315 (comment)