fix < >
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9f32beea Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9f32beea Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9f32beea Branch: refs/heads/LOG4J2-1395 Commit: 9f32beeacae0e8c518ed645869974085322719ed Parents: d88d84a Author: rpopma <[email protected]> Authored: Sat Jun 4 14:38:31 2016 +0900 Committer: rpopma <[email protected]> Committed: Sat Jun 4 14:38:31 2016 +0900 ---------------------------------------------------------------------- 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/9f32beea/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 d1f485c..d78c632 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -822,7 +822,7 @@ public class Bar { Prior to version 2.6, the properties configuration requires that you list the identifiers of the appenders, filters and loggers, in a comma separated list in properties with those names. Each of those components will then be expected - to be defined in sets of properties that begin with <i>component.<.identifier>.</i>. The identifier does not + to be defined in sets of properties that begin with <i>component.<.identifier>.</i>. The identifier does not have to match the name of the component being defined but must uniquely identify all the attributes and subcomponents that are part of the component. If the list of identifiers is not present the identier must not contain a '.'. Each individual component MUST have a "type" attribute
