mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 05:41:52 +01:00
[config] Added log message with validation errors for things (#2711)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
parent
265c0be444
commit
fd16210ee6
@ -813,6 +813,8 @@ public class ThingManagerImpl
|
||||
try {
|
||||
configDescriptionValidator.validate(configuration.getProperties(), configDescriptionURI);
|
||||
} catch (ConfigValidationException e) {
|
||||
logger.trace("Failed to validate config for '{}' with URI '{}': {}", targetUID, configDescriptionURI,
|
||||
e.getValidationMessages());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user