Commit 7676e51eb022c18bc82556b19773622eaea1c822

Authored by Husni Mubarok
1 parent 025274bdbf
Exists in master

Hapus _ pada Nama Log

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -20,7 +20,7 @@ var logger = new (winston.Logger)({
20 20 }
21 21 }),
22 22 new (winston.transports.DailyRotateFile)({
23   - filename: 'log_',
  23 + filename: 'log',
24 24 timestamp: function() {
25 25 return strftime('%F %T', new Date());
26 26 },