summaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container/jdisc/LoggingRequestHandlerTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-8/+3
| | | | | Add replacement constructors without AccessLog. Remove use of deprecated constructors for internal handlers.
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-61/+21
| | | | | | | Keep AccessLogEntry as interface for adding extra information in handlers, but use the new RequestLogEntry for access log serialization. Introduce new interface RequestLog that AccessLog class implements (to simplify unit testing). Rename AccessLogInterface to RequestLogHandler. Remove unused class AccessLogSampler.
* Add coverage info to access logHenning Baldersheim2019-03-121-1/+2
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* PublishJon Bratseth2016-06-151-0/+224