mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
image: verbose debugging options (#1159)
This commit is contained in:
parent
6ae2bc9772
commit
efc0cec4e1
9 changed files with 95 additions and 8 deletions
|
@ -134,6 +134,10 @@ func main() {
|
|||
vtpm.OpenVTPM,
|
||||
)
|
||||
|
||||
if err := setupManger.LogDevices(); err != nil {
|
||||
log.With(zap.Error(err)).Fatalf("Failed to log devices")
|
||||
}
|
||||
|
||||
// prepare the state disk
|
||||
if mapper.IsLUKSDevice() {
|
||||
// set up rejoin client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue