Merge branch 'refs/heads/master' into feature/lwm2m/obj-19-ota-update

This commit is contained in:
nickAS21 2025-04-10 17:29:11 +03:00
commit da8c71061a
2 changed files with 2 additions and 2 deletions

View File

@ -409,7 +409,7 @@ public class DefaultLwM2mUplinkMsgHandler extends LwM2MExecutorAwareService impl
this.onDeviceProfileUpdate(clients, oldProfile, deviceProfile); this.onDeviceProfileUpdate(clients, oldProfile, deviceProfile);
} }
} catch (Exception e) { } catch (Exception e) {
log.warn("[{}] failed to update profile: {}", deviceProfile.getId(), deviceProfile); log.warn("[{}] failed to update profile: {} [{}]", deviceProfile.getId(), e.getMessage(), deviceProfile);
} }
} }

View File

@ -423,7 +423,7 @@
] ]
}, },
"timezone": "", "timezone": "",
"title": "Core and JS Metrics", "title": "Core, JS & TBEL Metrics",
"uid": "lewbrlwjerwkj2", "uid": "lewbrlwjerwkj2",
"version": 2 "version": 2
} }