clux / logule

A multi-transport, peer-dependent logging library for nodejs - UNMAINTAINED
MIT License
35 stars 5 forks source link

`showDate` not working #5

Closed vjpr closed 12 years ago

clux commented 12 years ago

With showDate:

l.info('arst') 2012-08-17 10:29:03 - INFO - arst

Without:

l.info('arst') 10:29:26 - INFO - arst

Note that showDate only matters when you dateType is 'custom'.

vjpr commented 12 years ago

Note that showDate only matters when you dateType is 'custom'.

That was the trick!