~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/debug-flags.txt

  • Committer: Vincent Ladeuil
  • Date: 2009-05-05 15:31:34 UTC
  • mto: (4343.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4344.
  • Revision ID: v.ladeuil+lp@free.fr-20090505153134-q4bp4is9gywsmzrv
Clean up test for log formats.

* bzrlib/tests/blackbox/test_logformats.py:
Update tests to actual style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
prefix) put in the ``debug_flags`` variable in ``bazaar.conf``.
6
6
 
7
7
-Dauth            Trace authentication sections used.
8
 
-Ddirstate        Trace dirstate activity (verbose!)
9
8
-Derror           Instead of normal error handling, always print a traceback
10
9
                  on error.
11
10
-Devil            Capture call sites that do expensive or badly-scaling
16
15
-Dhashcache       Log every time a working file is read to determine its hash.
17
16
-Dhooks           Trace hook execution.
18
17
-Dhpss            Trace smart protocol requests and responses.
19
 
-Dhpssdetail      More hpss details.
20
 
-Dhpssvfs         Traceback on vfs access to Remote objects.
21
18
-Dhttp            Trace http connections, requests and responses
22
19
-Dindex           Trace major index operations.
23
20
-Dknit            Trace knit operations.
24
21
-Dlock            Trace when lockdir locks are taken or released.
25
 
-Dprogress        Trace progress bar operations.
26
22
-Dmerge           Emit information for debugging merges.
27
 
-Dunlock          Some errors during unlock are treated as warnings.
28
23
-Dpack            Emit information about pack operations.
29
24
-Dsftp            Trace SFTP internals.