Permalink
Please sign in to comment.
Browse files
all: don't log errors at warning level
- Don't log errors at warning level - Don't log ignored errors at warning level, make them debug as there is nothing the user is required to do. - Don't log errors and return them, just return the error - Don't log informational errors at warning level. - Don't log multiline messages.
- Loading branch information...
Showing
with
56 additions
and 58 deletions.
- +1 −1 agent/tools/toolsdir.go
- +1 −1 apiserver/apiserver.go
- +1 −1 cloudconfig/containerinit/container_userdata.go
- +3 −3 cmd/juju/cloud/detectcredentials.go
- +3 −3 cmd/juju/commands/bootstrap.go
- +1 −1 container/interface.go
- +1 −1 container/kvm/kvm.go
- +1 −1 container/kvm/kvm_test.go
- +5 −6 container/lxc/lxc.go
- +3 −3 container/lxc/lxc_test.go
- +2 −5 environs/bootstrap/bootstrap.go
- +12 −9 environs/config/config.go
- +1 −1 environs/manual/provisioner.go
- +6 −7 juju/api.go
- +1 −1 provider/azure/instancetype.go
- +1 −1 provider/azure/storage.go
- +3 −3 state/cleanup.go
- +1 −1 storage/provider/loop.go
- +7 −6 worker/apicaller/connect.go
- +2 −3 worker/certupdater/certupdater.go
13
juju/api.go
0 comments on commit
19f0dbb