"bzr serve --http --quiet" isn't (completely) quiet

Bug #481710 reported by Matt Nordhoff
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
loggerhead
Triaged
Low
Unassigned
loggerhead-breezy
Triaged
Low
Unassigned

Bug Description

Regular "bzr serve" suppresses the "listening on" message when you pass --quiet (by using trace.note), but "bzr serve --http" does not:

$ bzr serve
listening on port: 4155
bzr: interrupted
$ bzr serve -q
bzr: interrupted
$ bzr serve --http
serving on 0.0.0.0:8080 view at http://127.0.0.1:8080
$ bzr serve --http -q
serving on 0.0.0.0:8080 view at http://127.0.0.1:8080

(OTOH, It looks like Loggerhead suppresses the "bzr: interrupted" when I hit Ctrl+C.)

Jelmer Vernooij (jelmer)
Changed in loggerhead-breezy:
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.