diff --git a/edition/community.go b/edition/community.go index 08a52e8b..d6ffd050 100644 --- a/edition/community.go +++ b/edition/community.go @@ -52,8 +52,13 @@ func init() { runtime.Product.License.Trial = false runtime.Product.License.Edition = "Community" + // parse settings from command line and environment runtime.Flags = env.ParseFlags() - flagPrep(&runtime) + flagsOK := flagPrep(&runtime) + + if flagsOK { + // runtime.Log = runtime.Log.SetDB(runtime.Db) + } // temp code repair api.Runtime = runtime