mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
[mqtt] add additional details in ChannelStateTransformation logging (#16782)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
+2
-1
@@ -90,7 +90,8 @@ public class ChannelStateTransformation {
|
||||
try {
|
||||
returnValue = transformationService.transform(pattern, value);
|
||||
} catch (TransformationException e) {
|
||||
logger.warn("Executing the {}-transformation failed: {}", serviceName, e.getMessage());
|
||||
logger.warn("Executing the {}-transformation failed: {}. Pattern: '{}'. Value: '{}'", serviceName,
|
||||
e.getMessage(), pattern, value);
|
||||
}
|
||||
return returnValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user