How can I turn off .bzr.log?

Asked by Lucius

I like to prevent writing into .bzr.log. Is there an option to disable it?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Lucius
Solved:
Last query:
Last reply:
Revision history for this message
Matt Nordhoff (mnordhoff) said :
#1

Well, you can use the environment variable BZR_LOG. On *nix, set it to
"/dev/null"; on Windows, set it to "NUL".

(Taken from "bzr help env-variables".)

Revision history for this message
Lucius (luciusf) said :
#2

Partially solved. The output is instead printed on the console when going through ssh, which looks ugly.