Add timestamp to logs when running chalice local
Open
feature-request
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
Currently, timestamps are not included in log entries as per the comments here - https://github.com/aws/chalice/blob/3caf032f6d806bf23d20792985810c46eab13e9b/chalice/app.py#L465-L466
This is fine when deploying to Lambda, but for running using "chalice local", it would be useful to have timestamps on logs.
Contributor guide
Research direction
Start with the logging-related comments in chalice/app.py around lines 465–466 and trace the path used by "chalice local". Confirm how local log entries are produced, then verify that timestamps appear for local runs without changing the stated Lambda behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100