Skip to content

Commit

Permalink
EDB init: set debug flag to true
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Nov 7, 2024
1 parent 883ca07 commit fa0bc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/storage/init/edgelessdb/edgelessdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func performHandshake(enclaveConfig enclaveconfig.EnclaveConfig, edbCfg *Config,
manifest := &manifest{
SQL: createManifestFormat(string(edbInitFile)),
Cert: caCertPEM,
Debug: debugMode,
Debug: true,
}
manifestJSON, err := json.Marshal(manifest)
if err != nil {
Expand Down

0 comments on commit fa0bc7f

Please sign in to comment.