Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x 83b9c482f -> 4ac94654d
[LOG4J2-2484] Allow setting of output stream on StatusLogger. Better docs. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4ac94654 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4ac94654 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4ac94654 Branch: refs/heads/release-2.x Commit: 4ac94654d24d1d1b7e9c93dd6d4f669e311b332b Parents: 83b9c48 Author: Gary Gregory <[email protected]> Authored: Tue Oct 23 12:18:58 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Tue Oct 23 12:18:58 2018 -0600 ---------------------------------------------------------------------- src/site/xdoc/manual/configuration.xml.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4ac94654/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 10a12ca..d082389 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -384,7 +384,7 @@ public class Bar { </tr> <tr> <td>dest</td> - <td>Either "err", which will send output to stderr, or a file path or URL.</td> + <td>Either "err" for stderr, "out" for stdout, a file path, or a URL.</td> </tr> <tr>
