Open fclarke1 opened 3 months ago
Hi @fclarke1
Contributions are welcome :) Please feel free to submit your PR.
Great - I'll submit a PR. Cheers
This issue has been marked stale due to inactivity after repo maintainer or community member responses that request more information or suggest a solution. It will be closed after five additional days.
I've submitted a PR #1037
This issue has been marked stale due to inactivity after repo maintainer or community member responses that request more information or suggest a solution. It will be closed after five additional days.
Do you need to file an issue?
Is your feature request related to a problem? Please describe.
When attempting to run queries which are failing it is hard to understand where the issues are. A logger, similar to the index-engine.log, would really help this.
Describe the solution you'd like
Implement a log, very similar to the index-engine.log, but for querying (local and global).
All the log info/warning messages are already implemented in the query package, so all that needs to happen is to enable a log to save it down in the directory.
I propose:
I would like to create a pull request for this fix. I have implemented this in my cloned repo and is working well.
Thanks
Additional context
I would like to create a pull request for this fix. I have implemented this in my cloned repo and is working well.