mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[mqtt] add additional details in ChannelStateTransformation logging (#16782)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
d5929ea778
commit
5085c8d711
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user