selfcustody/krux

Remove Logging functionality

tadeubas opened this issue · 2 comments

Log (INFO, DEBUG, ERROR) is something for the developer and not for the end user. As a programmer, I have never used the functionality.

There are other easier ways to debug and many features don't have any logs (which would have to be created).

When a user reported a problem, shared a photo or video or described the problem, we never requested log files (I do not consider requesting a file from the user to be an appropriate approach when dealing with an HW).

We have a memory problem in the code, we cannot have much loaded, especially code that is not used.

I vote to remove this unused functionality - https://selfcustody.github.io/krux/getting-started/settings/#logging

odudex commented

I agree. We could remove and clean it up.