kanevk / kanevk/gkeep-files-sync
Replace prints with logger
Open
enhancement
- Dominant language
- Python
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Background
---
Currently, the logging happened to be more primitive(using `print`). This is fine except that it's not standardized, that's why we should start using the Python logger instead.
AIM
---
- Use logger instead of `print`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.