Package | Description |
---|---|
io.dropwizard.logging.json |
Modifier and Type | Class | Description |
---|---|---|
class |
AccessJsonLayoutBaseFactory |
Name
Default
Description
includes
(timestamp, remoteAddress,requestTime, requestUri, statusCode, method, protocol, contentLength, userAgent))
Set of logging event attributes to include in the JSON map.
requestHeaders
(empty)
Set of request headers included in the JSON map as the ``headers`` field.
responseHeaders
(empty)
Set of response headers included in the JSON map as the ``responseHeaders`` field.
|
class |
EventJsonLayoutBaseFactory |
Name
Default
Description
includes
(level, threadName, mdc, loggerName, message, exception, timestamp)
Set of logging event attributes to include in the JSON map.
includesMdcKeys
(empty)
Set of MDC keys which should be included in the JSON map. |
Copyright © 2018. All rights reserved.