D6611: blackbox: disable extremely verbose logging (issue6110)

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Jul 10 15:38:30 EDT 2019


durin42 added inline comments.

INLINE COMMENTS

> blackbox.py:97
>          self._trackedevents = set(ui.configlist('blackbox', 'track'))
> +        self._untrackedevents = {'chgserver', 'cmdserver', 'extension'}
>          self._maxfiles = ui.configint('blackbox', 'maxfiles')

Let's make this configurable, and this is the default. Maybe blackbox.ignore, with a default of the things you've specified?

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6611/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6611

To: valentin.gatienbaron, #hg-reviewers
Cc: durin42, mercurial-devel


More information about the Mercurial-devel mailing list