Skip to content
Snippets Groups Projects
Commit 40d6b9fd authored by Benjamin Bollen's avatar Benjamin Bollen Committed by GitHub
Browse files

Merge pull request #544 from silasdavis/debug-flag

[Hotfix] Use debug flag
parents 57343048 957f904a
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ import (
"github.com/monax/eris-db/logging"
"github.com/monax/eris-db/logging/lifecycle"
"github.com/monax/eris-db/util"
vm "github.com/monax/eris-db/manager/eris-mint/evm"
"github.com/spf13/cobra"
)
......@@ -161,6 +162,8 @@ func ServeRunner(do *definitions.Do) func(*cobra.Command, []string) {
DefaultConfigFilename)
}
vm.SetDebug(do.Debug)
newCore, err := NewCoreFromDo(do)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment