Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3430)

Issue 6654044: all: overhaul log messages

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by rog
Modified:
11 years, 6 months ago
Reviewers:
mp+129249
Visibility:
Public.

Description

all: overhaul log messages I've gone with the convention agreed on juju-dev. https://code.launchpad.net/~rogpeppe/juju-core/123-consistent-log-messages/+merge/129249 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : all: overhaul log messages #

Total comments: 16

Patch Set 3 : all: overhaul log messages #

Patch Set 4 : all: overhaul log messages #

Patch Set 5 : all: overhaul log messages #

Patch Set 6 : all: overhaul log messages #

Patch Set 7 : all: overhaul log messages #

Patch Set 8 : all: overhaul log messages #

Patch Set 9 : all: overhaul log messages #

Patch Set 10 : all: overhaul log messages #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -174 lines) Patch
A [revision details] View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M charm/repo.go View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M charm/repo_test.go View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M cmd/builddb/main.go View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M cmd/cmd.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cmd/juju/main_test.go View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M cmd/juju/set.go View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cmd/juju/ssh.go View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cmd/jujud/agent.go View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cmd/jujud/bootstrap.go View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M cmd/jujud/machine.go View 1 2 3 4 4 chunks +8 lines, -8 lines 0 comments Download
M cmd/jujud/unit.go View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M cmd/jujud/upgrade.go View 1 2 6 chunks +11 lines, -11 lines 0 comments Download
M cmd/supercommand_test.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M environs/dummy/environs.go View 1 2 3 4 5 6 7 5 chunks +5 lines, -5 lines 0 comments Download
M environs/ec2/ec2.go View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M environs/tools.go View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M state/open.go View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M state/presence/presence.go View 1 2 10 chunks +12 lines, -12 lines 0 comments Download
M state/watcher/watcher.go View 1 2 7 chunks +7 lines, -7 lines 0 comments Download
M store/server.go View 5 chunks +5 lines, -5 lines 0 comments Download
M store/store.go View 1 2 17 chunks +25 lines, -25 lines 0 comments Download
M worker/environ.go View 1 chunk +1 line, -1 line 0 comments Download
M worker/firewaller/firewaller.go View 1 2 3 4 5 6 7 9 chunks +9 lines, -9 lines 0 comments Download
M worker/machiner/machiner.go View 2 chunks +2 lines, -2 lines 0 comments Download
M worker/provisioner/provisioner.go View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M worker/uniter/charm/charm.go View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M worker/uniter/charm/deployer.go View 1 2 3 4 5 6 7 5 chunks +9 lines, -9 lines 0 comments Download
M worker/uniter/charm/git.go View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M worker/uniter/context.go View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M worker/uniter/context_test.go View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M worker/uniter/filter.go View 1 2 3 4 9 chunks +14 lines, -14 lines 0 comments Download
M worker/uniter/modes.go View 1 2 3 4 5 6 7 6 chunks +10 lines, -10 lines 0 comments Download
M worker/uniter/uniter.go View 1 2 3 4 5 6 7 7 chunks +10 lines, -10 lines 0 comments Download
M worker/uniter/uniter_test.go View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
rog
Please take a look.
11 years, 6 months ago (2012-10-11 16:52:31 UTC) #1
niemeyer
https://codereview.appspot.com/6654044/diff/2001/cmd/jujuc/main_test.go File cmd/jujuc/main_test.go (right): https://codereview.appspot.com/6654044/diff/2001/cmd/jujuc/main_test.go#newcode139 cmd/jujuc/main_test.go:139: c.Assert(output, Equals, "remote: JUJU_CONTEXT_ID not set\n") "error:" seemed right ...
11 years, 6 months ago (2012-10-11 17:00:11 UTC) #2
aram
> I've also changed the error message printed to stderr by the juju commands > ...
11 years, 6 months ago (2012-10-11 17:12:10 UTC) #3
rog
On 2012/10/11 17:12:10, aram wrote: > > I've also changed the error message printed to ...
11 years, 6 months ago (2012-10-11 17:29:49 UTC) #4
niemeyer
On 2012/10/11 17:29:49, rog wrote: > it's not happening, sorry. To be clear, nothing was ...
11 years, 6 months ago (2012-10-11 17:35:43 UTC) #5
rog
Please take a look. https://codereview.appspot.com/6654044/diff/2001/cmd/jujuc/main_test.go File cmd/jujuc/main_test.go (right): https://codereview.appspot.com/6654044/diff/2001/cmd/jujuc/main_test.go#newcode139 cmd/jujuc/main_test.go:139: c.Assert(output, Equals, "remote: JUJU_CONTEXT_ID not ...
11 years, 6 months ago (2012-10-11 17:48:31 UTC) #6
niemeyer
LGTM, thanks!
11 years, 6 months ago (2012-10-12 03:55:33 UTC) #7
rog
Please take a look.
11 years, 6 months ago (2012-10-12 07:58:30 UTC) #8
rog
11 years, 6 months ago (2012-10-31 17:10:15 UTC) #9
*** Submitted:

all: overhaul log messages

I've gone with the convention agreed on juju-dev.

R=niemeyer, aram
CC=
https://codereview.appspot.com/6654044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b