ioBroker.js-controller icon indicating copy to clipboard operation
ioBroker.js-controller copied to clipboard

[fix]: do not log stack trace on user commands if error occurs

Open foxriver76 opened this issue 1 year ago • 0 comments

Link the issue which is closed by this PR

closes #2830

Implementation details

Instead of logging the error object, just log message attribute which is relevant for users.

Tests

  • [ ] I have added tests to avoid a recursion of this bug
  • [x] It is not possible to test for this bug

If no tests added, please specify why it was not possible

just cli log output

foxriver76 avatar Jul 03 '24 20:07 foxriver76