5947N/A<?xml version="1.0" encoding="UTF-8"?>
5947N/A<!--
5947N/A ! CCPL HEADER START
5947N/A !
5947N/A ! This work is licensed under the Creative Commons
5947N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
5947N/A ! To view a copy of this license, visit
5947N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
5947N/A ! or send a letter to Creative Commons, 444 Castro Street,
5947N/A ! Suite 900, Mountain View, California, 94041, USA.
5947N/A !
5947N/A ! You can also obtain a copy of the license at
5947N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
5947N/A ! See the License for the specific language governing permissions
5947N/A ! and limitations under the License.
5947N/A !
5947N/A ! If applicable, add the following below this CCPL HEADER, with the fields
5947N/A ! enclosed by brackets "[]" replaced with your own identifying information:
5947N/A ! Portions Copyright [yyyy] [name of copyright owner]
5947N/A !
5947N/A ! CCPL HEADER END
5947N/A !
5947N/A ! Copyright 2012 ForgeRock AS
5947N/A !
5947N/A-->
5947N/A<appendix xml:id='appendix-log-messages'
5947N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
5947N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
5947N/A xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
5947N/A xmlns:xlink='http://www.w3.org/1999/xlink'
5947N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
5947N/A <title>Log Message Reference</title>
5947N/A <indexterm>
5947N/A <primary>Logs</primary>
5947N/A <secondary>Log Message Reference</secondary>
5947N/A </indexterm>
5947N/A
5947N/A <para>The section on <link xlink:href="admin-guide#logging"
5947N/A xlink:role="http://docbook.org/xlink/role/olink"><citetitle>Server
5947N/A Logs</citetitle></link> describes logs. Access and audit logs concern client
5947N/A operations rather than OpenDJ directory server and tools, and so are not
5947N/A listed here. Instead, this appendix covers severe and fatal error messages
5947N/A for the directory server and its tools, such as those logged in
5947N/A <filename>/path/to/OpenDJ/logs/errors</filename>, and
5947N/A <filename>/path/to/OpenDJ/logs/replication</filename>.</para>
5947N/A
5947N/A <!-- <xinclude:include href="log-ref-access-control.xml" /> -->
5947N/A <!-- <xinclude:include href="log-ref-admin-tool.xml" /> -->
5947N/A <xinclude:include href="log-ref-admin.xml" />
5947N/A <xinclude:include href="log-ref-backend.xml" />
5947N/A <xinclude:include href="log-ref-config.xml" />
5947N/A <xinclude:include href="log-ref-core.xml" />
5947N/A <xinclude:include href="log-ref-dsconfig.xml" />
5947N/A <xinclude:include href="log-ref-extension.xml" />
5947N/A <xinclude:include href="log-ref-jeb.xml" />
5947N/A <xinclude:include href="log-ref-log.xml" />
5947N/A <xinclude:include href="log-ref-plugin.xml" />
5947N/A <xinclude:include href="log-ref-protocol.xml" />
5947N/A <!-- <xinclude:include href="log-ref-quicksetup.xml" /> -->
5947N/A <xinclude:include href="log-ref-replication.xml" />
5947N/A <!-- <xinclude:include href="log-ref-runtime-information.xml" /> -->
5947N/A <xinclude:include href="log-ref-schema.xml" />
5947N/A <xinclude:include href="log-ref-task.xml" />
5947N/A <xinclude:include href="log-ref-tools.xml" />
5947N/A <xinclude:include href="log-ref-utility.xml" />
5947N/A <!-- <xinclude:include href="log-ref-version.xml" /> -->
5947N/A</appendix>