DiamondLightSource / DiamondLightSource/ImagingHub
Add timestamps to backend logging
Open
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- Avg merge
- 7h 4m
- Merged PRs (30d)
- 24
Description
Currently, the backend's log messages don't have a timestamp for when they occurred, which would be useful for general debugging:
```
INFO: Started server process [1]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.