kiyoon / jupynium.nvim

Selenium-automated Jupyter Notebook that is synchronised with NeoVim in real-time.
MIT License
485 stars 15 forks source link

Write large binary in logs #93

Closed fecet closed 1 year ago

fecet commented 1 year ago

Arch linux use memory as /tmp so I fount this as it result in memory leak in my end.

A typical logs looks like

image

Delete this line make the file size reduce to 900k from 30M. 30M is not a dealbreaker, but it can also goes to 8G and I cannot open it yet.

2023-09-14_20-19-13.log

kiyoon commented 1 year ago

We have two options.

  1. Exclude the specific selenium log when writing
  2. Log with INFO level. It may be harder to debug some specific issues
fecet commented 1 year ago

I think jupynium's log is just too active, the log grow up to ~200k lines in 10 minutes. Is it expected?