You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ENVOR
<logger name="cd.go.authorization.github" level="DEBUG">
into logback-include.xmlNone of above able to show debug log of plugin .
Can we add doc to describe adding debug log as well trouble shooting?
Kevin
The text was updated successfully, but these errors were encountered: