summaryrefslogtreecommitdiffstats
path: root/container-accesslogging/src/test/java/com/yahoo/container/logging/JSONLogTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Merge container-accesslogging into jdisc_http_service""Bjørn Christian Seime2021-01-111-276/+0
|
* Revert "Merge container-accesslogging into jdisc_http_service"Bjørn Christian Seime2021-01-111-0/+276
|
* Merge container-accesslogging into jdisc_http_serviceBjørn Christian Seime2021-01-111-276/+0
|
* - Add trace as a field in the josn access log.Henning Baldersheim2020-02-121-0/+32
| | | | - Add the trace top the accesslog entry if debugging is enabled in SearchHandler.
* Add coverage info to access logHenning Baldersheim2019-03-121-7/+47
|
* Remove junit.fdramework usageJon Bratseth2018-03-021-3/+12
|
* Don't use getURI in json and vespa access log formatBjørn Christian Seime2018-02-011-2/+4
|
* Remove time-iso8601 fieldBjørn Christian Seime2017-12-181-5/+0
|
* Also log timestamp in human-friendly formatBjørn Christian Seime2017-11-161-0/+5
|
* Add 'secure' and 'local-port' to JSON access logBjørn Christian Seime2017-11-151-0/+10
|
* 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
|
* Implement changes after architecture review:Frode Lundgren2016-11-031-32/+42
| | | | | | | * Convert 'time' to JSON number * Log 'duration' in seconds (with decimals) * Rename 'size' to 'responsesize' * Move search specific fields 'totalhits' and 'hits' to 'search' sub-object
* Changes after code review [VESPA-5228]:Frode Lundgren2016-10-301-26/+26
| | | | | * Removed member variables; inlined assignments or create conversion methods * Pure numeric fields now written as JSON integers rather than strings
* First stab at JSON access log [VESPA-5228]Frode Lundgren2016-10-291-0/+173