denoland / denoland/deploy_feedback
Feature request: Add milliseconds to log timestamps
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### What problem are you trying to solve?
Currently the logs show timestamps with 'second' precision. It would provide much better feedback if we could get the milliseconds as well.
### Describe the solution you'd like
Currently the timestamp looks like this:
```
13/09/2023, 18:11:50
```
I'd like to see this instead:
```
13/09/2023, 18:11:50.523
```
### Describe alternatives you've considered
You can add a timestamp to the log message yourself, but this just creates noise in the logs having two timestamps.
### Documentation, Adoption, Migration Strategy
_No response_
Contributor guide
No contributing guide indexed for this repository
Research direction
No implementation file, test, or entry point is identified in the issue. Start by locating the code that formats Deno Deploy log timestamps and check how the existing timestamp format is tested. Done means log timestamps include milliseconds in the requested format without requiring a second timestamp.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100