GoogleCloudPlatform / GoogleCloudPlatform/cloud-spanner-samples
Introduce logging to server
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 36
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
## Issue
In `SpannerDaoInterface`'s implementations and the test suite, we do not have any concrete debugging information printed or logged.
## Steps to Reproduce the Problem
For `SpannerDaoImpl`, `SpannerDaoJDBCImpl`, and `FinAppIT`:
- [ ] Initialize the logger in the constructor
- [ ] Add useful log statements
Contributor guide
Assessment
This issue has not been assessed yet.