Author: shawkins
Date: 2010-03-24 13:29:31 -0400 (Wed, 24 Mar 2010)
New Revision: 1994
Modified:
trunk/documentation/server-extensions-guide/src/main/docbook/en-US/content/logging.xml
Log:
TEIID-672 changing log4j xml file to just include snippets merging is a manual task.
Modified:
trunk/documentation/server-extensions-guide/src/main/docbook/en-US/content/logging.xml
===================================================================
---
trunk/documentation/server-extensions-guide/src/main/docbook/en-US/content/logging.xml 2010-03-24
17:04:53 UTC (rev 1993)
+++
trunk/documentation/server-extensions-guide/src/main/docbook/en-US/content/logging.xml 2010-03-24
17:29:31 UTC (rev 1994)
@@ -12,7 +12,8 @@
control logging level, contexts, and log locations, you should be
familiar with
<ulink
url="http://logging.apache.org/log4j/">log4j</ulink>
- and the container's jboss-log4j.xml configuration file.
+ and the container's jboss-log4j.xml configuration file.
+ Teiid also provides a <profile>/conf/jboss-teiid-log4j.xml containing
much of information from chapter.
</para>
<para>
All the logs
@@ -20,7 +21,7 @@
makes it extremely
easy to control of of Teiid logging from a single
context. Note however that changes to the log configuration file
- require a restart to take affect.
+ require a restart to take affect
</para>
<sect2>
<title>Logging Contexts</title>
@@ -30,7 +31,8 @@
integrated org.jboss components, will be logged through their
respective contexts and not through org.teiid. See the table below for information on
contexts
relevant to Teiid. See the container's jboss-log4j.xml for a more
- complete listing of logging contexts used in the container.</para>
+ complete listing of logging contexts used in the container.
+ </para>
<informaltable frame="all">
<tgroup cols="2">
<thead>
@@ -83,22 +85,14 @@
</row>
<row>
<entry>
- <para>org.teiid.SESSION</para>
+ <para>org.teiid.SECURITY</para>
</entry>
<entry>
- <para>Session events logs.</para>
+ <para>Session/Authentication events - see also AUDIT logging</para>
</entry>
</row>
<row>
<entry>
- <para>org.teiid.MEMBERSHIP</para>
- </entry>
- <entry>
- <para>Authentication and group event logs.</para>
- </entry>
- </row>
- <row>
- <entry>
<para>org.teiid.TRANSPORT</para>
</entry>
<entry>