Skip to content
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

Instructions on enable plugin debug #16

Closed
yikaus opened this issue Jul 7, 2018 · 2 comments
Closed

Instructions on enable plugin debug #16

yikaus opened this issue Jul 7, 2018 · 2 comments

Comments

@yikaus
Copy link
Contributor

yikaus commented Jul 7, 2018

Currently configuring github oauth plugin with no luck, plugin able to configure on UI , however seems not triggering authenticate during login, additionally not able to see useful debug log to tracking down the issue , tried adding

plugin.cd.go.authorization.github.log.level=debug on docker ENV

OR

<logger name="cd.go.authorization.github" level="DEBUG"> into logback-include.xml

None of above able to show debug log of plugin .

Can we add doc to describe adding debug log as well trouble shooting?

Kevin

@ketan
Copy link
Member

ketan commented Jul 7, 2018

@yikaus — I believe you may need to set the environment GO_SERVER_SYSTEM_PROPERTIES=-D plugin.cd.go.authorization.github.log.level=debug instead.

@yikaus
Copy link
Contributor Author

yikaus commented Jul 7, 2018

Yeah , it works

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants