/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/apport.txt

  • Committer: Martin
  • Date: 2019-06-16 19:53:27 UTC
  • mto: This revision was merged to the branch mainline in revision 7349.
  • Revision ID: gzlist@googlemail.com-20190616195327-awvhgbjo9g6mkt57
Relocate the bzr log file out of $HOME

Now under $XDG_CACHE_HOME on nix and %LOCALAPPDATA% on windows.

Setting $BRZ_HOME will override the cache location, to simplify test
isolation, and $BRZ_LOG is still the final word.

Drive-by fix various docs around bzr/brz spelling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
#. An exception reaches the top-level handler.
43
43
 
44
 
#. We log it in apport-format to a file in ~/.bazaar/crash.
 
44
#. We log it in apport-format to a file in ~/.config/breezy/crash.
45
45
 
46
46
#. We tell the user where that file is, and invite them to file a bug
47
47
   report.
59
59
  because sometimes they are in fact bugs.  Then the user can attach the
60
60
  apport report later if they decide to file a bug.  There may be quite a
61
61
  lot of them so we might need to limit the number that are stored, or do
62
 
  this when a debug flag is set.  At the moment they go into .bzr.log and
 
62
  this when a debug flag is set.  At the moment they go into bzr.log and
63
63
  that's probably ok to start with.
64
64
 
65
65
* Raising an error from the breakin debugger should cause this to fire.
69
69
  longwinded than our current output and might make the traceback scroll
70
70
  off the screen.
71
71
 
72
 
* Automatically trace messages (ie from .bzr.log) in the report.  We could
 
72
* Automatically trace messages (ie from bzr.log) in the report.  We could
73
73
  just include the whole file, but it may be long, and including the whole
74
74
  thing has a greater risk of including sensitive data.
75
75