question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[help wanted] Endless writing to log files

See original GitHub issue

I use Electron v14.2.5 + Vue v3.0.0. When renderer process has UI issue, (and Vue.js check it, I guess), then renderer.log file is quickly filled by [Vue warn]: Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead. . And with endless log writing, the page will get stuck.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Moon1102commented, Mar 1, 2022

I’ve never seen such an issue before. Are you sure that it isn’t called many times?

I will try to make a minimized project and put link on next comment

0reactions
megahertzcommented, Nov 24, 2022

There are a lot of things changed in v5, so you can try that build. If it still have the issue, could you update the example and let me know please?

Read more comments on GitHub >

github_iconTop Results From Across the Web

go - How to write log to file - Stack Overflow
To append to a log file you can use shell redirection. The default logger in Go writes to stderr (2). ./app 2>> logfile....
Read more >
Log files and archived files - IBM
Log files are produced from a variety of Tivoli Workload Scheduler activities. Other activities produce files which are archived after they have been...
Read more >
How to manage SQL Server logs effectively - SQLShack
This article will show ways to effectively Manage your SQL Server Logs.
Read more >
SQL Server Error Log Configuration - Simple Talk
Some instances might be set up to write their error log files to a ... of SQL Server that you want to locate...
Read more >
Can Microsoft.Extensions.Logging Log to a File? - Loupe
I hope the information here helps you get started logging with your application. If you want to simply log to a text file,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found