Hello,In `Documentation/config-gerrit.txt`, the following Java option is suggested to specify the path to the log4j configuration file:```-Dlog4j.configuration=file://etc/log4j.properties
```It seems to be wrong as the first part (etc) is interpreted as a domain name on my side. The following option works though:```-Dlog4j.configuration=file:etc/log4j.properties```Does it happen with you as well?
--
--
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.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/445463968.7776123.1759771159502%40mail.yahoo.com.