arangodb / arangodb/arangodb-java-driver
Easy way to show only query on debugger log
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 210
- Forks
- 96
- Avg merge
- 6h 32m
- Merged PRs (30d)
- 5
Description
I have a situation where I want to activate only the query debug logger while I set up the driver builder. The debug log output that I want to activate is shown in line 135 here:
It would be interesting to have an easy way to access this option for future troubleshooting and to have a better and more transparent point of view of what query is being builded up while developing.
Thanks for the help!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/main/java/com/arangodb/internal/velocystream/VstCommunicationSync.java, especially the debug logging shown around line 135, then inspect how logging is configured through the driver builder. The desired result is an easy option that emits only query debug output during builder setup, without requiring unrelated debugger logs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100