commit | 9f949c9d69908744fe46e381f9238478130f4059 | [log] [tgz] |
---|---|---|
author | Hardik Windlass <hardik_windlass@infosys.com> | Thu Oct 10 06:39:24 2019 +0000 |
committer | Hardik Windlass <hardik_windlass@infosys.com> | Fri Oct 11 05:25:18 2019 +0000 |
tree | 6228b69531e515d86f11ca6d46f133f1c53c2ccd | |
parent | dc3ddb4dea60f5e71453d8c4f0fa06940f996755 [diff] [blame] |
[VOL-2027] Included instanceId in log message Change-Id: I83e54640169d9a010ea0a644e8e3ef8ed0663827
diff --git a/internal/pkg/afrouter/round-robin-router_test.go b/internal/pkg/afrouter/round-robin-router_test.go index 5d8331e..972832e 100644 --- a/internal/pkg/afrouter/round-robin-router_test.go +++ b/internal/pkg/afrouter/round-robin-router_test.go
@@ -31,7 +31,7 @@ ) func init() { - log.SetDefaultLogger(log.JSON, log.DebugLevel, nil) + log.SetDefaultLogger(log.JSON, log.DebugLevel, log.Fields{"instanceId": 1}) log.AddPackage(log.JSON, log.WarnLevel, nil) }