sw-exporter icon indicating copy to clipboard operation
sw-exporter copied to clipboard

Log transparent proxy errors with electron-logger

Open nf-11 opened this issue 1 year ago • 1 comments

nf-11 avatar Feb 12 '24 23:02 nf-11

My only concern with this, is the log type. Errors are always shown in the logs, and it seems like that the socket outputs quite a few errors even in the case where it is working fine. This would be a total nightmare for the user to think that anything is wrong with it. Debug type is hidden by default, but even then, we might pollute this more. Thats the disadvantage of using my own logging here and not something like electron-log, which would log these messages via a file a bit more hidden from the end user.

Xzandro avatar Feb 12 '24 23:02 Xzandro