summaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-02-21 11:14:47 -0500
committerJames Moger <james.moger@gitblit.com>2014-02-21 11:14:47 -0500
commitaa61fc86db4f5ebf645ecf69c6f5ec36f2973e5a (patch)
tree219a5cb4ebc41f47926e26f5a407f24fafc3a450 /src/site
parentdcbbad73966a91146b7aeae6fea444471f26f155 (diff)
downloadgitblit-aa61fc86db4f5ebf645ecf69c6f5ec36f2973e5a.tar.gz
gitblit-aa61fc86db4f5ebf645ecf69c6f5ec36f2973e5a.zip
Add GO launch parameter to specify daily, rolling log file generation
Diffstat (limited to 'src/site')
-rw-r--r--src/site/setup_go.mkd5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/site/setup_go.mkd b/src/site/setup_go.mkd
index 5d422fad..2e8f864a 100644
--- a/src/site/setup_go.mkd
+++ b/src/site/setup_go.mkd
@@ -124,6 +124,7 @@ Command-Line parameters override the values in `gitblit.properties` at runtime.
--alias Alias in keystore of SSL cert to use for https serving
--storePassword Password for SSL (https) keystore.
--shutdownPort Port for Shutdown Monitor to listen on. (port <= 0 will disable this monitor)
+ --dailyLogFile Redirect logging to a rolling, daily log file instead of stdout
--tempFolder Folder for server to extract built-in webapp
**Example**
@@ -135,6 +136,6 @@ Command-Line parameters override the values in `gitblit.properties` at runtime.
You can override Gitblit GO's default Log4j configuration with a command-line parameter to the JVM.
java -Dlog4j.configuration=file:///home/james/log4j.properties -jar gitblit.jar <optional_gitblit_args>
-
-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.
+
+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/gitblit/blob/master/src/log4j.properties). It includes some file appenders that are disabled by default.