trezor / trezord-go

:smiling_imp: Trezor Communication Daemon (written in Go)
GNU Lesser General Public License v3.0
241 stars 146 forks source link

trezord.exe log constant 1MB/s write #239

Closed ludekvodicka closed 2 years ago

ludekvodicka commented 2 years ago

Hi,

How can I disable trezord logging?

Trezord.exe process constantly writing 1MB/s data to logs on my computer. These logs are also automatically deleted a few minutes later.

I don't think it's necessary to write it at all.

Is there any flag on how to disable it?

ludekvodicka commented 2 years ago

perfmon_2022-02-23_18-49-49

prusnak commented 2 years ago

Edit the .lnk file in Start Menu > Startup folder and remove the -l .....\trezord.log argument

for more details see this change: https://github.com/trezor/trezord-go/commit/5f53132b61ac68e83d0fb6a3cd71866bf549c932

ludekvodicka commented 2 years ago

Thanks a lot, it's working!