We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1c6c4 commit 4f27728Copy full SHA for 4f27728
src/main.ts
@@ -101,7 +101,7 @@ app.on('ready', async () => {
101
102
// useful for debugging
103
if (configEngine.config.logFile) {
104
- logger.add(new transports.File({ filename: 'combined.log', level: 'debug' }));
+ logger.add(new transports.File({ filename: 'combined.log', dirname: app.getPath('logs'), level: 'debug' }));
105
}
106
107
// add a startup delay
0 commit comments