Code

- fix several format errors on italian translation found with
[roundup.git] / doc / debugging.txt
1 Debugging Flags
2 ---------------
4 Roundup uses a number of debugging environment variables to help you
5 figure out what the heck it's doing. 
7 HYPERDBDEBUG 
8 ============
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).
14 This is only obeyed when python is _not_ running in -O mode. 
16 HYPERDBTRACE
17 ============
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.
23 This is only obeyed when python is _not_ running in -O mode. 
25 SENDMAILDEBUG
26 =============
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.