mysteriumnetwork / node

Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol
https://mysterium.network
GNU General Public License v3.0
1.11k stars 311 forks source link

Huge logs files - daemon.log and syslog are flooded with logs from mysterium-node service #4096

Closed lollapalooza1973 closed 3 years ago

lollapalooza1973 commented 3 years ago

Describe the bug Sometimes, the /var/log/daemon.log and /var/log/syslog files are flooded with messages coming from mysterium-node service. In such cases, the two files are growing quickly, and they fill up the log partition, causing the mysterium service to stop.

To Reproduce I don't know. It happens randomly.

Environment (please complete the following information):

Additional context Adding the logs files here. Myst_logs.zip

lollapalooza1973 commented 3 years ago

Adding again log files. /var/log/syslog and /var/log/daemon.log have grown from 0 bytes to about 35 MB each in about 1 hour. Mysterium_logs.zip

etherunit commented 3 years ago

@lollapalooza1973 Can you please also submit node logs? Have you passed "--log-level=info" flag into daemon opts?

lollapalooza1973 commented 3 years ago

@etherunit Yes, I have passed "--log-level=info" flag into daemon opts. I will submit the node logs the next time that issue happens.

lollapalooza1973 commented 3 years ago

@etherunit it has just happened again. I have submitted node logs by clicking on the "bug" button on the NodeUI. Here attached you'll find /var/log/daemon.log and /var/log/syslog

Myst.zip

etherunit commented 3 years ago

I would be very useful if you could run sudo lsof -nP next time it happens. Thanks!