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/null on unixoid systems , nul on windows.
  • create log file in alternative path pointing path, e.g. export bzr_log=$home/.bazaar/bzr.log on linux.

configuration:

  • in linux , other unixoid systems can either use system-wide setting under /etc/profile or $home/.profile (or $home/.bash_profile , $home/.bashrc.

  • in windows can set variable right clicking computer properties on desktop, choosing advanced system settings in left pane , there button environment variables. dialog pops (screenshot below) allows set new variables or edit existing ones. here's how looks on windows 7: environment variable configuration dialog 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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -