silence InitNative

This commit is contained in:
mr
2026-01-23 10:03:29 +01:00
parent f3d7c65b18
commit 6b12aa1713

View File

@@ -109,7 +109,7 @@ func InitDaemon(appName string) {
logs.SetLogger(logs.CreateLogger("main"))
// Load the right config file
o := GetConfLoader()
resources.InitNative()
// resources.InitNative()
// feed the library with the loaded config
SetConfig(
o.GetStringDefault("MONGO_URL", "mongodb://127.0.0.1:27017"),