-
Notifications
You must be signed in to change notification settings - Fork 8
Add Debug capability to arangoproxy #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Deploy Preview Available Via |
| type: cluster | ||
| version: "3.12" | ||
| url: http://192.168.129.3:8529 | ||
| debug: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does setting this option to true enable more logging than before and leaving it to false log the same amount of information as before, or does false log less information than before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set to false will log the same info we see now. True will add more info on top of what we have now
Description
Add the chance of enabling debug log messages on arangoproxy for more detailed logs when using toolchain locally to maximize help in troubleshooting phases
Upstream PRs