megahertz / electron-log

Simple logging module Electron/Node.js/NW.js application. No dependencies. No complicated configuration.
MIT License
1.27k stars 124 forks source link

logRender cannot write log to file. #423

Open c0010c opened 2 weeks ago

c0010c commented 2 weeks ago

logRender cannot write log to file(only to console)when using "npx create-react-app project-name --typescript" initialize project. But it can write logs to files without "--typescript" in the command.

electron version:31.0.0 electron-log version:5.1.5

This problem is 100% reproducible.

megahertz commented 2 weeks ago

Could you show your logger initialization code?