log time
Open
Nobody has claimed this yet.
S: Open for PR
SYS : Log
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
Expected behaviour
0|server | 2017-03-25 18:29:46.4920: Using files from public directory.
0|server | 2017-03-25 18:29:46.5040: Server successfully launched at http://localhost:3000?react_perf (development)
0|server | 2017-03-25 18:29:46.5040: To profile components open Chrome DevTools Timeline tab. Events grouped under User Timing.
0|server | 2017-03-25 18:29:46.5040: To stop development server use yarn pm2:stop
0|server | 2017-03-25 18:29:46.5040: ———————————————————————————————————————————————————————————————————————————
0|server | 2017-03-25 18:29:49.6250: webpack built 49b71f7f794f7dcf59f8 in 3146ms
Actual behaviour
0|server | 2017-03-25 18:29:46.4920: Using files from public directory.
0|server | 2017-03-25 18:29:46.5040: Server successfully launched at http://localhost:3000?react_perf (development)
0|server | 2017-03-25 18:29:46.5040: To profile components open Chrome DevTools Timeline tab. Events grouped under User Timing.
0|server | To stop development server use yarn pm2:stop
0|server | 2017-03-25 18:29:46.5040: ———————————————————————————————————————————————————————————————————————————
0|server | 2017-03-25 18:29:49.6250: webpack built 49b71f7f794f7dcf59f8 in 3146ms
Problem
As you can see I don't get time for To stop development server use yarn pm2:stop and this happens randomly...
Software versions used
OS : Linux Ubuntu 16.04
node.js : 7.7.4
PM2 : 2.4.2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the intermittent missing timestamp in the server startup output on the listed Ubuntu, Node.js, and PM2 versions. Trace the logging path that emits “To stop development server use yarn pm2:stop”; done means that line consistently includes the same timestamp format as the surrounding messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100