File: options-tab4.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (41 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (2)
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>&nbsp;</li>
  
  <li><b>No logging</b> - No logging will be performed at all. <br>&nbsp;</li>
  
  <li><b>Errors only</b>&nbsp;- pgAdmin will log errors to the log file, but nothing 
  else.<br>&nbsp;</li>

  <li><b>Errors and Notices</b>&nbsp;- pgAdmin will log errors and notice messages from PostgreSQL
  to the log file, but nothing else.<br>&nbsp;</li>
  
  <li><b>Errors, Notices, SQL</b> - Error messages, notice messages from PostgreSQL and SQL queries 
  will be logged to the log file.<br>&nbsp;</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>&nbsp;</li>
     
</ul>
</p>

</body>

</html>