~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

Nathaniel McCallums patch for urandom friendliness on aix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
    logging.getLogger('').addHandler(_stderr_handler)
198
198
 
199
199
 
 
200
 
200
201
def disable_default_logging():
201
202
    """Turn off default log handlers.
202
203