From 38ebae73d22025617d66f05599af3d396bf20878 Mon Sep 17 00:00:00 2001 From: edwardro22 Date: Mon, 18 Sep 2017 16:18:40 +0000 Subject: [PATCH] Small fix --- config/config_json_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_json_test.go b/config/config_json_test.go index 52c479dd1..ce60eca24 100755 --- a/config/config_json_test.go +++ b/config/config_json_test.go @@ -39,7 +39,7 @@ func TestDfNewdfCgrJsonCfgFromReader(t *testing.T) { func TestDfGeneralJsonCfg(t *testing.T) { eCfg := &GeneralJsonCfg{ Instance_id: utils.StringPointer(""), - Logger: utils.StringPointer(utils.LoggerSysLog) + Logger: utils.StringPointer(utils.MetaSysLog), Log_level: utils.IntPointer(utils.LOGLEVEL_INFO), Http_skip_tls_verify: utils.BoolPointer(false), Rounding_decimals: utils.IntPointer(5),