capt: default to debug logs (#792)

Change-Id: Ib94b10b8480e63ca9a317b70dd9cd4ab84e52747
This commit is contained in:
JT Olio 2018-12-07 07:48:04 -07:00 committed by GitHub
parent 890c87914f
commit 06b23f7dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,9 @@ func cmdSetup(cmd *cobra.Command, args []string) (err error) {
// Repairer
"piecestore.agreementsender.overlay_addr": overlayAddr,
"log.development": true,
"log.level": "debug",
}
for i := 0; i < len(runCfg.StorageNodes); i++ {