megahertz / electron-log

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

logRender cannot write log to file. #423

Open c0010c opened 5 months ago

c0010c commented 5 months 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 5 months ago

Could you show your logger initialization code?