Updated git submodules
authorMichael Vorburger <vorburger@redhat.com>
Thu, 27 Jul 2017 17:52:04 +0000 (23:22 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 28 Jul 2017 07:51:55 +0000 (07:51 +0000)
commit407b06432e7a11a5a49abbcb4c121b48972ce0cb
tree463c4c2db17f5ca793e6895c79c40745bb53011d
parent76e58e23c9bb9977d36b4247f881f3878c4ec041
Updated git submodules

Project: odlparent master 03609ff917ea5a187664614252a3e777108cb2ab

Add an origin ID from the MDC into Karaf logs

see https://git.opendaylight.org/gerrit/#/q/topic:mdc related changes

and read https://logback.qos.ch/manual/mdc.html
or https://logging.apache.org/log4j/2.x/manual/thread-context.html

This change will show the OID in all logs, for example like this:

2017-07-27 23:14:16,034 | WARN  | 0000000000000 | ion(1)-127.0.0.1 |
InfrautilsIT                     | 93 -
PAXEXAM-PROBE-41ce6a29-abaf-44c0-8044-71d3e2bf99da - 0.0.0 | Ho, ho - do
you also see this funky Origin ID at the <== start of this log message:
0000000000000

If there is no originID available, then the new column will just be 13
empty spaces (for correct padding, like all other columns in the log),
like this:

2017-07-27 23:14:16,554 | ERROR |               | 0e6-c784b3cb4f5b |
core                             | 6 - org.apache.karaf.features.core -
4.0.9 | FrameworkEvent ERROR - org.apache.karaf.features.core

Change-Id: If18e1d35d71da5bd5c0fee5f2212915cccb0992e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
docs/submodules/odlparent