log trace on destroy for DefaultLwM2MOtaUpdateService

This commit is contained in:
Sergey Matvienko 2023-03-10 12:18:47 +01:00
parent fed47f699c
commit 7b32286e4c

View File

@ -146,7 +146,7 @@ public class DefaultLwM2MOtaUpdateService extends LwM2MExecutorAwareService impl
@PreDestroy @PreDestroy
public void destroy() { public void destroy() {
log.info("Destroying {}", getClass().getSimpleName()); log.trace("Destroying {}", getClass().getSimpleName());
super.destroy(); super.destroy();
} }