~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

[merge] Robey Pointer - some sftp fixes, and an http patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
_trace_file = None
55
55
_bzr_log_file = None
56
56
 
 
57
 
57
58
class QuietFormatter(logging.Formatter):
58
59
    """Formatter that supresses the details of errors.
59
60