inveniosoftware / inveniosoftware/invenio-cli
support logging
- Dominant language
- Python
- Stars
- 14
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] Enable logging https://github.com/inveniosoftware/invenio-cli/issues/126
- [ ] Customize location: As default behaviour we can ask the user where to dump the logs. Once the folder has been chosen it is created if not exisiting (would find permission errors beforehand). Then the folder path is dumped into the .invenio conf
- [ ] Logging level: investigate the possibility of adding level filtering
- [ ] Ensure both containerize and development logs are piped correctly. Verbosity in dev mode does not work as expected. Since Popen is being used, logs should be polled somehow when verbose is specified.
- [ ] The old implementation had a problem of not closing the pipes, be aware of it https://github.com/inveniosoftware/invenio-cli/issues/94
Contributor guide
Assessment
This issue has not been assessed yet.