Where is the format of the file .bzr.log
documented?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
.bzr.log is not supposed to be machine-readable format, it's debug log in human-readable format, in which different parts of bzrlib write some runtime information.
As of today standard Python library logging
used for writing to .bzr.log.
You can find the note/info/warning/mutter
methods in bzrlib/trace.py module.
回答2:
See: Bazaar User Reference Log formats section.