diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-17 18:02:50 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-04-03 22:46:43 +0200 |
commit | 04bd2a0c3eab35dcaccf6cb2389e57393ccd858f (patch) | |
tree | 53de4999227b398e149383189549ea4cc5d08684 /src | |
parent | e906235f57cae059d7ac49e0f05dee43d1673715 (diff) | |
download | gitblit-04bd2a0c3eab35dcaccf6cb2389e57393ccd858f.tar.gz gitblit-04bd2a0c3eab35dcaccf6cb2389e57393ccd858f.zip |
doc: Fix link to log4j.properties on Github in setup_GO
Diffstat (limited to 'src')
-rw-r--r-- | src/site/setup_go.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/setup_go.mkd b/src/site/setup_go.mkd index 47c92d1d..441d025d 100644 --- a/src/site/setup_go.mkd +++ b/src/site/setup_go.mkd @@ -151,5 +151,5 @@ You can override Gitblit GO's default Log4j configuration with a command-line pa java -Dlog4j.configuration=file:///home/james/log4j.properties -cp gitblit.jar:"ext/*" com.gitblit.GitBlitServer <optional_gitblit_args>
-You can not use override the default log4j configuration *AND* specify the `--dailyLogFile` parameter. For reference, here is [Gitblit's default Log4j configuration](https://github.com/gitblit-org/gitblit/blob/master/src/log4j.properties). It includes some file appenders that are disabled by default.
+You can not use override the default log4j configuration *AND* specify the `--dailyLogFile` parameter. For reference, here is [Gitblit's default Log4j configuration](%GBLOG4JURL%). It includes some file appenders that are disabled by default.
|