Scytl / freddie

Front end development server
MIT License
4 stars 1 forks source link

log current time #11

Open pfraces opened 10 years ago

pfraces commented 10 years ago

In proxy and fixtures middlewares:

Current:

fixtures: /data -> /path/to/fixtures/data.json

Expected:

[2014-10-22 17:21] fixtures: /data -> /path/to/fixtures/data.json

The time format could be [yyyy-mm-dd hh:mm:ss]

date '+%Y-%m-%d %H:%M:%S'
date '+%F %X'