155
155
tf.write("\nthis is a debug log for diagnosing/reporting problems in bzr\n")
156
156
tf.write("you can delete or truncate this file, or include sections in\n")
158
158
_file_handler = logging.StreamHandler(tf)
159
159
fmt = r'[%(process)5d] %(asctime)s.%(msecs)03d %(levelname)s: %(message)s'