Reduce coder verbosity in logs 72/123872/3
authorJim Hahn <jrh3@att.com>
Fri, 3 Sep 2021 14:15:32 +0000 (10:15 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 3 Sep 2021 14:44:17 +0000 (10:44 -0400)
commit3557b257aaf8f260956458993a678b88a062068b
treeee6bd59505569230eb4bf76bb9bda6002f7256d4
parenteeecf007158660b8e279467146fcee14e71dc804
Reduce coder verbosity in logs

After switching to lombok ToString, the log messages for the coder class
have become very long.  Switched back to the original toString() method,
which only logs the keysets rather than the whole content of the coder
maps.
Left the other additions of lombok ToString in drools-pdp as is, because
they all looked appropriate, upon further review.

Addressed review comments:
- added comment about why lombok isn't used

Issue-ID: POLICY-3397
Change-Id: I08ea8c49908b33fc3b8c8ba6de4ac4bd1474660a
Signed-off-by: Jim Hahn <jrh3@att.com>
policy-management/src/main/java/org/onap/policy/drools/protocol/coders/GenericEventProtocolCoder.java