Skip to content

Commit 2ab5fda

Browse files
committed
add app name to enable file logging
1 parent b46f181 commit 2ab5fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const os = require('os');
1111

1212
const moment = require('moment');
1313
var log = require('electron-log');
14+
log.transports.file.appName = 'gtt-taskbar';
1415

1516
let gtt = new events.EventEmitter(),
1617
trayIcon = null,

0 commit comments

Comments
 (0)