1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="STYLESHEET" type="text/css" href="pgadmin3.css">
<title>pgAdmin Options - Tab 4 (Logging)</title>
</head>
<body>
<h3>pgAdmin Options - Tab 4 (Logging)</h3>
<center><img src="images/options-logging.png"></center>
<p>
<ul>
<li><b>Logfile</b> - This option specifies the file the pgAdmin will store any
logging data in. If %ID is found in the name it will be replaced with the
process ID, allowing multiple versions of pgAdmin to run with logging at once.<br> </li>
<li><b>No logging</b> - No logging will be performed at all. <br> </li>
<li><b>Errors only</b> - pgAdmin will log errors to the log file, but nothing
else.<br> </li>
<li><b>Errors and Notices</b> - pgAdmin will log errors and notice messages from PostgreSQL
to the log file, but nothing else.<br> </li>
<li><b>Errors, Notices, SQL</b> - Error messages, notice messages from PostgreSQL and SQL queries
will be logged to the log file.<br> </li>
<li><b>Debug</b> - Error messages, notice messages from PostgreSQL, SQL queries and debug messages
will be logged to the log file. This option may significantly slow down pgAdmin and is therefore
<b>not recommended for normal use</b>.<br> </li>
</ul>
</p>
</body>
</html>
|