fix velocity template: added missing closing </tr>, use $esc.hash instead of '#' which has special meaning in velocity templates
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/67ea5ea2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/67ea5ea2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/67ea5ea2 Branch: refs/heads/master Commit: 67ea5ea23f4d25c3e827897c0d4b78c09722ef71 Parents: 583fc36 Author: rpopma <[email protected]> Authored: Sun Jan 15 22:20:07 2017 +0900 Committer: rpopma <[email protected]> Committed: Sun Jan 15 22:20:07 2017 +0900 ---------------------------------------------------------------------- src/site/xdoc/manual/configuration.xml.vm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/67ea5ea2/src/site/xdoc/manual/configuration.xml.vm ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm index ec73bac..b8b98a7 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -414,8 +414,10 @@ public class Bar { tasks. Not all appenders will honor this, it is a hint and not an absolute guarantee that the shutdown procedure will not take longer. Setting this too low increase the risk of losing outstanding log events not yet written to the final destination. See <a class="javadoc" - href="../log4j-core/target/site/apidocs/org/apache/logging/log4j/core/LoggerContext.html#stop(long, java.util.concurrent.TimeUnit)">LoggerContext.stop(long, java.util.concurrent.TimeUnit)</a>. + href="../log4j-core/target/site/apidocs/org/apache/logging/log4j/core/LoggerContext.html${esc.hash}stop(long, java.util.concurrent.TimeUnit)">LoggerContext.stop(long, + java.util.concurrent.TimeUnit)</a>. (Not used if <tt>shutdownHook</tt> is set to "disable".)</td> + </tr> <tr> <td>status</td> <td>The level of internal Log4j events that should be logged to the console.
