<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>CUBRID Log Files</title>
        <link>http://www.cubrid.org/?mid=cubrid_log_files</link>
        <description>CUBRID Log Files</description>
        <language>en</language>
        <pubDate>Fri, 28 Jan 2011 10:45:11 -0800</pubDate>
        <lastBuildDate>Sun, 04 Nov 2012 01:39:37 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>CUBRID Log Files...</title>
            <dc:creator>CUBRID</dc:creator>
            <link>http://www.cubrid.org/cubrid_log_files</link>
            <guid isPermaLink="true">http://www.cubrid.org/cubrid_log_files</guid>
                                    <description><![CDATA[<h1>CUBRID Log Files</h1>
<div class="category">
<a href="/tutorials">⇐Tutorials</a>
<a class="pdf right" href="/files/docs/tutorials/cubrid/CUBRID%20Log%20files.pdf">Download this document in PDF</a>
</div>

<div class="contents-table">
<h3>Table of Contents</h3>
<ul>
<li><a class="toTop">Back to Top</a></li>
<li><a href="#overview">Overview</a></li>
<li><a href="#broker-logs">Broker Logs</a></li>
<ul>
<li><a href="#access-log">Access Log</a></li>
<li><a href="#error-log">Error Log</a></li>
<li><a href="#sql-log">SQL Log</a></li>
</ul>
<li><a href="#cubrid-manager-server-logs">CUBRID Manager Server Logs</a></li>
<li><a href="#database-logs">Database/Server Logs</a></li>
<li><a href="#logging-parameters">Logging-Related Parameters</a></li>
<li><a href="#using-broker-logs">Using Broker SQL Logs from CUBRID Manager Client</a></li>
<ul>
<li><a href="#view-log">View Log</a></li>
<li><a href="#analyze-log">Analyze Log</a></li>
<li><a href="#execute-log">Execute Log</a></li>
<li><a href="#log-property">Log Property</a></li>
</ul>
<li><a href="#see-also">See also</a></li>
<li><a href="#getting-help">Getting Help</a></li>
</ul>
</div>

<p>The scope of this tutorial is to present some of the CUBRID built-in logging features. Logs related to restoring committed or uncommitted transactions when a system or media (disk) error occurs and neither the logs used to support the user-specified rollback(s) will be covered next time.</p>

<p>In this tutorial we will also show you how to use some of these logs from the <a href="/cubrid_manager">CUBRID Manager</a>, the default database administration tool for CUBRID.</p>

<h2 id="overview">Overview</h2>

<p>There are 3 main types of CUBRID logs which are closely related to the CUBRID architecture:</p>
<ul>
<li>Broker logs</li>
<li>CUBRID Manager logs</li>
<li>Database logs</li>
</ul>

<p>And based on the type of the operations recorded in the logs, we have separate logs for:</p>
<ul>
<li>Access</li>
<li>Error</li>
<li>Admin</li>
</ul>

<p>This logs categorization is shown in the below image:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-log-cateforization.png" alt="CUBRID Logs" width="381" height="275" editor_component="image_link"/></p>

<p>Let’s see now, for each log type, a brief description of what the log is intended for.</p>

<h3>Broker Logs</h3>

<ul>
<li><b>Access Log</b><br />The access log file records information about client access in a file named <b>broker_name.access</b>.</li>
<li><b>Error Log</b><br />The error log file records information about the errors that occurred during the client's request processing.</li>
<li><b>SQL Log</b><br />The SQL log file records SQL statements requested by the application client.</li>
</ul>

<h3>CUBRID Manager Logs</h3>

<ul>
<li><b>Access Log</b><br />The access log files records information about the CUBRID Manager access. You can see in it user accounts, operation history, and the time when operations were performed.</li>
<li><b>Error Log</b><br />The error log file records information about errors that occurred while connecting in the CUBRID Manager.</li>
</ul>

<h3>Database/Server Logs</h3>

<ul>
<li><b>Admin Log</b><br />This admin log records information about errors occurred while server is running.</li>
</ul>

<p>You can access all these logs from within the CUBRID Manager:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-manager-logs.png" alt="CUBRID Manager Logs" width="240" height="219" editor_component="image_link"/></p>

<p>Or, you can access them directly in the CUBRID installation folder:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-log-directory.png" alt="CUBRID Log Directory" width="601" height="245" editor_component="image_link"/></p>

<p>In the next sections of this tutorial, we will go into more details regarding each log type.</p>

<h2 id="broker-logs">Broker Logs</h2>

<p>There are three types of logs that relate to the CUBRID Broker:</p>

<ul>
<li>Access log</li>
<li>Error log</li>
<li>SQL log</li>
</ul>

<p>Each log can be found in the log directory under the installation directory.</p>

<p>You can change the directory where these logs are maintained by changing the:</p>

<ul>
<li>LOG_DIR</li>
<li>ERROR_LOG_DIR,</li>
</ul>

<p>... parameters of the broker environment configuration file (cubrid_broker.conf).</p>

<h3 id="access-log">Access Log</h3>

<p>The access log records information about the application client and is saved with the name <b>broker_name.access</b>.</p>
<p>If the <b>LOG_BACKUP</b> parameter is configured to <b>ON</b> in the Broker environment configuration file, when the Broker stops properly, the access log file is saved with the date and time when the Broker has stopped. For example, if broker1 stopped at 12:27 P.M. on June 17, 2008, an access file named broker1.access.20080617.1227 is generated in the <b>log/broker</b> directory.</p>

<p>The following is an example and description of access log file content:</p>

<div class="code">
<div editor_component="code_highlighter" code_type="plain" file_path="" description="" first_line="1" collapse="false" nogutter="false" nocontrols="false">
1 192.168.1.203 - - 972523031.298 972523032.058 2008/06/17 12:27:46~2008/06/17 12:27:47 7118 - -1
2 192.168.1.203 - - 972523052.778 972523052.815 2008/06/17 12:27:47~2008/06/17 12:27:47 7119 ERR 1025
1 192.168.1.203 - - 972523052.778 972523052.815 2008/06/17 12:27:49~2008/06/17 12:27:49 7118 - -1
</div>
</div>

<table class="blackcap rowbg">
	<thead>
		<tr>
			<td width="200">Log Value</td>
			<td>Explanation</td>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>1</td>
			<td>ID assigned to the application server</td>
		</tr>
		<tr>
			<td>192.168.1.203</td>
			<td>IP address of the application client</td>
		</tr>
		<tr>
			<td>972523031.298</td>
			<td>UNIX timestamp value when the client's request processing started</td>
		</tr>
		<tr>
			<td>2008/06/17 12:46</td>
			<td>Time when the client's request processing started</td>
		</tr>
		<tr>
			<td>972523032.058</td>
			<td>Unix timestamp value when the client's request processing finished</td>
		</tr>
		<tr>
			<td>2008/06/17 12:47</td>
			<td>Time when the client's request processing finished</td>
		</tr>
		<tr>
			<td>7118</td>
			<td>Process ID of the application server</td>
		</tr>
		<tr>
			<td>-1</td>
			<td>No error occurred during the request processing</td>
		</tr>
		<tr>
			<td>ERR 1025</td>
			<td>Error occurred during the request processing. Error information exists in offset=1025 of the error log file</td>
		</tr>
	</tbody>
</table>

<h3 id="error-log">Error Log</h3>

<p>The error log file records information about errors that occurred during the client's request processing and is stored with the name <b>broker_name_app_server_num.err</b>.</p>

<p>The following is an example and description of error log content:</p>

<div class="code">
<div editor_component="code_highlighter" code_type="plain" file_path="" description="" first_line="1" collapse="false" nogutter="false" nocontrols="false">
Time: 02/04/09 13:45:17.687 - SYNTAX ERROR *** ERROR CODE = -493, Tran = 1, EID = 38
Syntax: Unknown class "unknown_tbl". select * from unknown_tbl
</div>
</div>

<table class="rowbg">
	<tbody>
		<tr>
			<td width="200">Time 02/04/09 13: 45:17.687</td>
			<td>Time when the error occurred</td>
		</tr>
		<tr>
			<td>- SYNTAX ERROR</td>
			<td>Type of error (e.g. SYNTAX ERROR, ERROR, etc.) </td>
		</tr>
		<tr>
			<td>*** ERROR CODE = -493</td>
			<td>Error code</td>
		</tr>
		<tr>
			<td>Tran = 1</td>
			<td>Transaction ID. -1 indicates that no transaction ID is assigned.</td>
		</tr>
		<tr>
			<td>EID = 38</td>
			<td>Error ID. This ID is used to find the SQL log related to the server or client logs when an error occurs during SQL statement processing.</td>
		</tr>
		<tr>
			<td>Syntax...</td>
			<td>Error message (An ellipsis ( ... ) indicates omission.)</td>
		</tr>
	</tbody>
</table>

<h3 id="sql-log">SQL Log</h3>

<p>The SQL log file records SQL statements requested by the application client and are stored with the name <b>broker_name_app_server_num.sql.log</b>.</p>
<p>The SQL log is generated in the <b>log/broker/sql_log</b> directory when the <b>SQL_LOG</b> parameter is set to ON. Note that the size of the SQL log file to be generated cannot exceed the value set for the <b>SQL_LOG_MAX_SIZE</b> parameter.</p>

<p class="important">CUBRID provides the broker_log_top, broker_log_converter, and broker_log_runner utilities to manage SQL logs.</p>

<p>The following is an example and description of SQL log content:</p>

<div class="code">
<div editor_component="code_highlighter" code_type="plain" file_path="" description="" first_line="1" collapse="false" nogutter="false" nocontrols="false">
02/04 13:45:17.687 (38) prepare 0 insert into unique_tbl values (1)
02/04 13:45:17.687 (38) prepare srv_h_id 1
02/04 13:45:17.687 (38) execute srv_h_id 1 insert into unique_tbl values (1)
02/04 13:45:17.687 (38) execute error:-670 tuple 0 time 0.000, EID = 39
02/04 13:45:17.687 (0) auto_rollback
02/04 13:45:17.687 (0) auto_rollback 0
</div>
</div>

<table class="blackcap rowbg">
	<tbody>
		<tr>
			<td>02/04 13: 17.687:45</td>
			<td>Time when the application sent the request.</td>
		</tr>
		<tr>
			<td>(39)</td>
			<td>Sequence number of the SQL statement group. If prepared statement pooling is used, it is uniquely assigned to each SQL statement in the file.</td>
		</tr>
		<tr>
			<td>prepare 0</td>
			<td>Whether or not it is a prepared statement.</td>
		</tr>
		<tr>
			<td>prepare srv_h_id 1</td>
			<td>Prepares the SQL statement as srv_h_id 1.</td>
		</tr>
		<tr>
			<td>(PC)</td>
			<td>It is outputted if the data in the plan cache is used.</td>
		</tr>
		<tr>
			<td>SELECT...</td>
			<td>SQL statement to be executed. (An ellipsis ( ... ) indicates omission.) For statement pooling, the binding variable of the WHERE clause is represented as a question mark (?).</td>
		</tr>
		<tr>
			<td>Execute 0 tuple 1 time 0.000</td>
			<td>One row is executed. The time spent is 0.000 second.</td>
		</tr>
		<tr>
			<td>auto_commit/auto_rollback</td>
			<td>Automatically committed or rolled back. The second auto_commit/auto_rollback is an error code. 0 indicates that the transaction has been completed without an error.</td>
		</tr>
	</tbody>
</table>

<p>The <b>broker_log_top</b> utility analyses the SQL logs which are generated for a specific period. As a result, the information of SQL statements and time execution are outputted in files by order of the longest execution time; the results of SQL statements are stored in <b>log.top.q</b> and those of execution time are stored in <b>log.top.res</b>, respectively.</p>

<p class="important">The <b>broker_log_top</b> utility is useful to analyze long (in terms of execution time) queries.</p>

<p>The syntax is:</p>
<div class="code">
<div editor_component="code_highlighter" code_type="plain" file_path="" description="" first_line="1" collapse="false" nogutter="false" nocontrols="false">
&gt;broker_log_top [options] sql_log_file_list
options : {-t | -F  from_date | -T  to_date}
</div>
</div>

<p class="important">To store SQL logs created in log/broker/sql_log under the installation directory to a separate file, the broker_log_converter utility is executed.</p>

<p>The syntax of the <b>broker_log_converter</b> utility is:</p>
<div class="code">
<div editor_component="code_highlighter" code_type="plain" file_path="" description="" first_line="1" collapse="false" nogutter="false" nocontrols="false">
&gt;broker_log_converter  SQL_log_file  output_file
</div>
</div>

<p class="important">To re-execute queries saved in the query file which has been created by the broker_log_converter utility, the broker_log_runner utility can be used.</p>

<p>The syntax of the <b>broker_log_runner</b> utility</p>
<div class="code">
<div editor_component="code_highlighter" code_type="plain" file_path="" description="" first_line="1" collapse="false" nogutter="false" nocontrols="false">
&gt;broker_log_runner options input_file
options : -I cas_ip -P cas_port  -d dbname  [-u dbuser [-p dbpasswd ]]  [-t num_thread] [-r repeat_count] [ -o result_file]
</div>
</div>

<h2 id="cubrid-manager-server-logs">CUBRID Manager Server Logs</h2>

<p>CUBRID Manager Server-related logs are stored in the log/manager folder, under the CUBRID installation folder:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-manager-server-logs.png" alt="CUBRID Manager Server Logs" width="588" height="207" editor_component="image_link"/></p>

<p>They are stored as one of the following four types of files, depending on the process of the Manager Server:</p>

<ul>
	<li><b>cub_auto.access.log:</b> Access log of a client that logged into and out of the Manager Server successfully.</li>
	<li><b>cub_auto.error.log:</b> Access log of a client that failed to log into or out of the Manager Server.</li>
	<li><b>cub_js.access.log:</b> Log of the jobs processed by the Manager Server:<br /><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-log-contents.png" alt="cub_js.access.log file contents" width="433" height="259" editor_component="image_link"/></li>
	<li><b>cub_js.error.log:</b> Error log that occurred while the Manager Server is processing jobs.</li>
</ul>

<h2 id="database-logs">Database/Server Logs</h2>

<p>This admin log records information about errors that occurred while server is running. The format of output file is: <b>&lt;database_name&gt;_&lt;date&gt;_&lt;time&gt;.err:</b></p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-manager-server-log-file-contents.png" alt="cubrid-manager-server-log-file-contents.png" width="601" height="200" editor_component="image_link"/></p>

<h2 id="logging-parameters">Logging-Related Parameters</h2>

<p>The following are parameters related to logs used for database backup and restore. The type and the value range for each parameter is:</p>

<table class="blackcap rowbg">
	<thead>
		<tr>
			<td>Parameter Name</td>
			<td>Type</td>
			<td>Default Value</td>
			<td>Min</td>
			<td>Max</td>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>log_buffer_pages</td>
			<td>int</td>
			<td>50</td>
			<td>3</td>
			<td></td>
		</tr>
		<tr>
			<td>media_failure_support</td>
			<td>bool</td>
			<td>yes</td>
			<td></td>
			<td></td>
		</tr>
		<tr>
			<td>log_max_archives</td>
			<td>int</td>
			<td>INT_MAX</td>
			<td>0</td>
			<td></td>
		</tr>
		<tr>
			<td>background_archiving</td>
			<td>bool</td>
			<td>yes</td>
			<td></td>
			<td></td>
		</tr>
		<tr>
			<td>page_flush_interval_in_msecs</td>
			<td>int</td>
			<td>0</td>
			<td>-1</td>
			<td></td>
		</tr>
		<tr>
			<td>checkpoint_interval_in_mins</td>
			<td>int</td>
			<td>720</td>
			<td>1</td>
			<td></td>
		</tr>
		<tr>
			<td>checkpoint_every_npages</td>
			<td>int</td>
			<td>10000</td>
			<td>10</td>
			<td></td>
		</tr>
		<tr>
			<td>adaptive_flush_control</td>
			<td>bool</td>
			<td>true</td>
			<td></td>
			<td></td>
		</tr>
		<tr>
			<td>max_flush_pages_per_second</td>
			<td>int</td>
			<td>10000</td>
			<td>1</td>
			<td>INT_MAX</td>
		</tr>
		<tr>
			<td>sync_on_nflush</td>
			<td>int</td>
			<td>200</td>
			<td>1</td>
			<td>INT_MAX</td>
		</tr>
	</tbody>
</table>

<p>And here below is a summary presentation of each parameter meaning and usage:</p>

<table class="blackcap rowbg">
	<thead>
		<tr>
			<td>Parameter Name</td>
			<td>Description</td>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>log_buffer_pages</td>
			<td><b>log_buffer_pages</b> is a parameter that configures the number of log buffer pages to be cached in the memory. The default value is 50. If the value of the <b>log_buffer_pages</b> parameter is big, performance can be improved (due to the decrease in disk I/O) when transactions are long and numerous.</td>
		</tr>
		<tr>
			<td>media_failure_support</td>
			<td><b>media_failure_support</b> is a parameter that specifies whether or not to store archive logs in case of storage media failure. If the parameter is configured to yes, which is the default value, all active logs are copied to archive logs when the active logs are full and the transaction is active. If it is configured to no, archive logs created after the active logs are full are deleted automatically. Note that archive logs are deleted automatically if the value of the parameter is configured to no.</td>
		</tr>
		<tr>
			<td>log_max_archives</td>
			<td><b>log_max_archives</b> is a parameter that sets the maximum number of archive log files to record if <b>media_failure_support</b> is set to yes. The minimum value is set to zero, and the default is INT_MAX. For example, when <b>log_max_archives</b>=3 in <b>cubrid.conf</b>, the most recent three archive log files are recorded. If a fourth archiving log file is generated, the oldest archive log file is automatically deleted.</td>
		</tr>
		<tr>
			<td>background_archiving</td>
			<td><b>background_archiving</b> is a parameter that generate a temporary archive log periodically at a specific time if <b>media_failure_support</b> is set to yes. This is useful when balancing disk I/O load due to the archive log process. The default is yes.</td>
		</tr>
		<tr>
			<td>page_flush_interval_in_msecs</td>
			<td>The parameter <b>page_flush_interval_in_msecs</b> specifies the interval in milliseconds (msec) at which dirty pages in a data buffer are flushed to a disk. Its default value is 0. If this parameter is set to -1 (the minimum value), dirty pages are flushed to the disk only at the checkpoint, or when pages are swapped.</td>
		</tr>
		<tr>
			<td>checkpoint_interval_in_mins</td>
			<td><b>checkpoint_interval_in_mins</b> is a parameter that sets cycle (in minutes) for checkpoint to be executed. The default value is <b>720</b>.
Checkpoint flushes log files(dirty page) remained in data buffers to a disk. It can restore data back to the latest checkpoint if failure happens. If high volume of log files are stored in a disk due to a checkpoint, it may cause disk I/O. Therefore, you should set the checkpoint cycle properly to prevent database operation failure.
</td>
		</tr>
		<tr>
			<td>checkpoint_every_npages</td>
			<td><b>checkpoint_every_npages</b> is a parameter that sets the checkpoint cycle by log page. The default value is <b>10,000</b>. You can distribute disk I/O overload at the checkpoint by specifying lower number in the <b>checkpoint_every_npages</b> parameter, especially in an environment where <b>INSERT/UPDATE</b> are heavily loaded at a specific time.</td>
		</tr>
		<tr>
			<td>adaptive_flush_control</td>
			<td>The parameter <b>adaptive_flush_control</b> automatically adjusts the flush capacity at every 50 ms depending on the current status of the flushing operation. Its default value is yes. That is, this capacity is increased if a large number of <b>INSERT</b> or <b>UPDATE</b> operations are concentrated at a certain point of time and the number of flushed pages reaches the <b>max_flush_pages_per_second</b> parameter value; and is decreased otherwise. In the same way, you can distribute the I/O load by adjusting the flush capacity on a regular basis depending on the workload.</td>
		</tr>
		<tr>
			<td>max_flush_pages_per_second</td>
			<td>The parameter <b>max_flush_pages_per_second</b> specifies the maximum flush capacity when the flushing operation is performed from a buffer to a disk. Its default value is 10,000. That is, you can prevent concentration of I/O load at a certain point of time by setting this parameter to control the maximum flush capacity per second.
If a large number of <b>INSERT</b> or <b>UPDATE</b> operations are concentrated at a certain point of time, and the flush capacity reaches the maximum capacity set by this parameter, only log pages are flushed to the disk, and data pages are no longer flushed. Therefore, you must set an appropriate value for this parameter considering the workload of the service environment.
</td>
		</tr>
		<tr>
			<td>sync_on_nflush</td>
			<td>The parameter <b>sync_on_nflush</b> sets the interval in pages between after data and log pages are flushed from buffer and before they are synchronized with FILE I/O of operating system. Its default value is 200. That is, the CUBRID Server performs synchronization with the FILE I/O of the operating system whenever 200 pages have been flushed. This</td>
		</tr>
	</tbody>
</table>

<h2 id="using-broker-logs">Using Broker SQL Logs from CUBRID Manager Client</h2>

<p class="important"><b>Remember:</b> All the executed queries are stored in the log file when the <b>SQL_LOG</b> parameter of the Broker is ON – and you change this value easily from the CUBRID Manager client:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-broker-sql-logs.png" alt="cubrid-broker-sql-logs.png" width="583" height="430" editor_component="image_link"/></p>

<p>This broker log files can be viewed/analyzed/re-executed from CUBRID Manager client:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-broker-sql-logs-menu.png" alt="cubrid-broker-sql-logs-menu.png" width="526" height="255" editor_component="image_link"/></p>

<h3 id="view-log">View Log</h3>

<p>This function reads the SQL log stored in the selected file and displays 100 lines at a time. It also provides a function for selecting and copying a specific area of the log information.</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-view-logs.png" alt="cubrid-view-logs.png" width="556" height="359" editor_component="image_link"/></p>

<h3 id="analyze-log">Analyze Log</h3>

<p>When Analyze Sql Log menu is selected, you can select which Broker's SQL log is to be analyzed:</p>

<ul>
	<li>When the Transaction based analyze checkbox is selected, the log is analyzed for each transaction;</li>
	<li>Otherwise, they are analyzed for each query.</li>
</ul>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-analyze-logs.png" alt="cubrid-analyze-logs.png" width="481" height="363" editor_component="image_link"/></p>

<p>After selecting the SQL log file you want to analyze and then clicking OK, the results are displayed:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-analyze-logs-results.png" alt="cubrid-analyze-logs-results.png" width="602" height="325" editor_component="image_link"/></p>

<h3 id="execute-log">Execute Log</h3>

<p>If you select Execute log, the Set Execution Information dialog box is displayed, in which you can configure the execution environment:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-set-execution-info.png" alt="cubrid-set-execution-info.png" width="519" height="384" editor_component="image_link"/></p>

<h3 id="log-property">Log Property</h3>

<p>By selecting the Log property menu, information about the selected log file is displayed:</p>

<p><img src="http://www.cubrid.org/files/attach/images/49/315/004/cubrid-log-property.png" alt="cubrid-log-property.png" width="470" height="340" editor_component="image_link"/></p>

<h2 id="see-also">See also</h2>

<ul>
<li><a href="/tutorials" target="_self">CUBRID Tutorials</a></li>
<li><a href="/manual" target="_self">CUBRID Manual</a></li>
<li><a href="/webmanual/3.1/manager/manager_log.htm" target="_self">CUBRID Manager Logs</a></li>
</ul>

<h2 id="getting-help">Getting Help</h2>

<p>This concludes the CUBRID Logs tutorial. If you have any questions related the CUBRID Log files, you can <a href="http://twitter.com/?status=%40cubrid%20" target="_blank">tweet to @cubrid</a> or post your message on the <a href="http://forum.cubrid.org/" target="_blank">CUBRID Forum</a>.</p>]]></description>
                        <pubDate>Fri, 28 Jan 2011 10:07:20 -0800</pubDate>
                                </item>
            </channel>
</rss>
