**Example**\r
\r
java -jar gitblit.jar --userService c:\myrealm.config --storePassword something\r
+\r
+#### Overriding Gitblit GO's Log4j Configuration\r
+\r
+You can override Gitblit GO's default Log4j configuration with a command-line parameter to the JVM.\r
+\r
+ java -Dlog4j.configuration=file:///home/james/log4j.properties -jar gitblit.jar <optional_gitblit_args>\r
+ \r
+For reference, here is [Gitblit's default Log4j configuration](https://github.com/gitblit/gitblit/blob/master/src/log4j.properties). It includes some file appenders that are disabled by default. \r
\r
## Running Gitblit behind Apache\r
\r