We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0213562 + 76a40ba commit 8193d1fCopy full SHA for 8193d1f
cmd/state/internal/cmdtree/init.go
@@ -49,7 +49,7 @@ func newInitCommand(prime *primer.Values) *captain.Command {
49
if err != nil {
50
// If the namespace was invalid but an argument was passed, we
51
// assume it's a project name and not an owner.
52
- logging.Error("Could not parse namespace: %v", err)
+ logging.Debug("Could not parse namespace: %v", err)
53
params.ProjectName = params.Namespace
54
} else {
55
params.ParsedNS = ns
0 commit comments