Try to add this line to yourgerrit.configfile:[container]javaOptions = -Dlog4j.configuration=file:///home/gerrit/log4j.properties
And then extend the content oflog4j.propertieswith something like this:log4j.logger.com.googlesource.gerrit.plugins.oauth=DEBUG
I'm trying to diagnose an issue with my gitgub oauth setup where the email address do not show up. I need some logging help and the ticket suggested I post that here rather than in the ticketThe suggestion in that ticket was to do this:Try to add this line to yourgerrit.configfile:[container]javaOptions = -Dlog4j.configuration=file:///home/gerrit/log4j.propertiesAnd then extend the content oflog4j.propertieswith something like this:log4j.logger.com.googlesource.gerrit.plugins.oauth=DEBUG
I believe I have that working. I see the option in the command line when I look at the processes with ps and the path to the log4j.properties matches.I can see the following when I check with logging ls-levelcom.googlesource.gerrit.plugins.oauth: DEBUG
com.googlesource.gerrit.plugins.oauth.GitHubOAuthService: DEBUG
log4j.logger.com.googlesource.gerrit.plugins.oauth=DEBUG--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.