Mercurial > p > roundup > code
comparison doc/debugging.txt @ 1836:94e430ad4fdb
make the RDBMS common backend and the SQLite and MYsql backend create...
...and drop indexes for the basic columns - index multilinks, index id and
retired columns of all class tables.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Oct 2003 07:17:54 +0000 |
| parents | |
| children | b6f1aaba4827 |
comparison
equal
deleted
inserted
replaced
| 1835:461d8aa81376 | 1836:94e430ad4fdb |
|---|---|
| 1 Debugging Flags | |
| 2 --------------- | |
| 3 | |
| 4 Roundup uses a number of debugging environment variables to help you | |
| 5 figure out what the heck it's doing. | |
| 6 | |
| 7 HYPERDBDEBUG | |
| 8 ============ | |
| 9 | |
| 10 This environment variable should be set to a filename - the hyperdb will | |
| 11 write debugging information for various events (including, for instance, | |
| 12 the SQL used). | |
| 13 | |
| 14 This is only obeyed when python is _not_ running in -O mode. | |
| 15 | |
| 16 HYPERDBTRACE | |
| 17 ============ | |
| 18 | |
| 19 This environment variable should be set to a filename - the hyperdb will | |
| 20 write a timestamp entry for various events. This appears to be suffering | |
| 21 rather extreme bit-rot and may go away soon. | |
| 22 | |
| 23 This is only obeyed when python is _not_ running in -O mode. | |
| 24 | |
| 25 SENDMAILDEBUG | |
| 26 ============= | |
| 27 | |
| 28 Set to a filename and roundup will write a copy of each email message | |
| 29 that it sends to that file. This environment variable is independent of | |
| 30 the python -O flag. | |
| 31 |
