diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-01-27 10:40:07 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-01-27 10:40:22 -0500 |
commit | 1e05b82f5633a6430761e053701264dd4ec4468b (patch) | |
tree | 5eae512f874b86560935089a5e0717b8281f9f67 /common/src/test/resources/logback-test.xml | |
parent | 9c03f8c7dbc74b0306fc4a8be0ce22be1d2521ca (diff) |
add custom object support to a ai client
enhanced custom support of objects in client
simplified the way objects are added to the type map
attempt to search all packages with ClasspathHelper
do not allow reflections to log so much
former enums are now serializable again
added the ability to create custom object types for A&AI client
Change-Id: I47aae99bc42ccb0ab3d60d4d5d1fe0558cd1a273
Issue-ID: SO-1429
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'common/src/test/resources/logback-test.xml')
-rw-r--r-- | common/src/test/resources/logback-test.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/src/test/resources/logback-test.xml b/common/src/test/resources/logback-test.xml index 772eeabeb6..b52e6be022 100644 --- a/common/src/test/resources/logback-test.xml +++ b/common/src/test/resources/logback-test.xml @@ -65,6 +65,10 @@ <appender-ref ref="STDOUT" /> </logger> + <logger name="org.reflections" level="ERROR" additivity="false"> + <appender-ref ref="STDOUT" /> + </logger> + <root level="WARN"> <appender-ref ref="STDOUT" /> |