Commit 52c7122e authored by Vijay Kumar Chauhan's avatar Vijay Kumar Chauhan
Browse files

Merge branch 'MEP_Release13052020_FIX' into 'staging'

Mep release13052020 fix breaking changes

See merge request !194
parents 545cef4f ab6e3a8e
Branches
Tags v2MEP13.05.2020
2 merge requests!219Add: Support for branches,!194Mep release13052020 fix breaking changes
Showing with 2 additions and 2 deletions
......@@ -2,6 +2,7 @@ package corefdb
import (
"errors"
"fmt"
"os"
"path/filepath"
"strconv"
......@@ -53,9 +54,8 @@ var IsDebugModeOn bool
func init() {
databases.Setup(1, 1000, 1000)
loggermdl.LogError("FDBMODE", os.Getenv("FDBMODE"))
if os.Getenv("FDBMODE") == "debug" {
loggermdl.LogError("fdb debug mode is on")
fmt.Println("fdb debug mode is on")
IsDebugModeOn = true
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment