From: Florian Zschocke Date: Sat, 17 Dec 2022 17:02:50 +0000 (+0100) Subject: doc: Fix link to log4j.properties on Github in setup_GO X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=04bd2a0c3eab35dcaccf6cb2389e57393ccd858f;p=gitblit.git doc: Fix link to log4j.properties on Github in setup_GO --- diff --git a/build.xml b/build.xml index 7c219f99..0b0982a8 100644 --- a/build.xml +++ b/build.xml @@ -72,7 +72,8 @@ - + + @@ -643,6 +644,7 @@ + @@ -1111,6 +1113,7 @@ GBLT_RELEASE_TAG=${project.tag} + 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 -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.