linux - How to avoid .bzr.log (bazaar log file) being created or configure it to be in ~/.bazaar/ instead of ~/? -
is there way tell bzr not log ~/.bzr.log or alternatively configure drop log file ~/.bazaar/` instead?
the environment variable bzr_log allows to
- suppress creation of log file setting
/dev/nullon unixoid systems ,nulon windows. - create log file in alternative path pointing path, e.g.
export bzr_log=$home/.bazaar/bzr.logon linux.
configuration:
in linux , other unixoid systems can either use system-wide setting under
/etc/profileor$home/.profile(or$home/.bash_profile,$home/.bashrc.in windows can set variable right clicking
computerpropertieson desktop, choosingadvanced system settingsin left pane , there buttonenvironment variables. dialog pops (screenshot below) allows set new variables or edit existing ones. here's how looks on windows 7:
rationale: took me while figure out , search term .bzr.log, when quoted, end pointers bzr log or question: where format of file `.bzr.log` documented? none of particularly helpful, thought i'd share found fact q&a style future internauts researching same topic.
Comments
Post a Comment