问题
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.
来源:https://stackoverflow.com/questions/3430864/where-is-the-format-of-the-file-bzr-log-documented