mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -04:00
docs: document constellation-cluster.log file (#2285)
This commit is contained in:
parent
0f4bd8296b
commit
19893c565e
2 changed files with 5 additions and 1 deletions
|
@ -237,7 +237,7 @@ func (i *initCmd) initialize(
|
|||
if errors.As(err, &nonRetriable) {
|
||||
cmd.PrintErrln("Cluster initialization failed. This error is not recoverable.")
|
||||
cmd.PrintErrln("Terminate your cluster and try again.")
|
||||
cmd.PrintErrf("The cluster logs were saved to %q\n", constants.ErrorLog)
|
||||
cmd.PrintErrf("Fetched bootstrapper logs are stored in %q\n", i.pf.PrefixPrintablePath(constants.ErrorLog))
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue