aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/LoggingRequestHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid getting query before it is necessary.Henning Baldersheim2023-03-101-4/+4
* Only log slow execution on debug level.Henning Baldersheim2023-03-101-1/+1
* Do not create log record if not necessaryHenning Baldersheim2023-03-101-36/+34
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Remove on Vespa 8Jon Bratseth2022-06-081-26/+0
* Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-1/+3
* Put back Context class to LoggingRequestHandlergjoranv2021-12-161-0/+40
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-161-38/+0
* Revert "Move the Context class to ThreadedHttpRequestHandler [run-systemtest]"Harald Musum2021-12-151-0/+38
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-141-38/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Handle missing query start time in LoggingRequestHandlerBjørn Christian Seime2021-05-071-1/+4
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-22/+33
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-83/+23
* Non-functional-changes-onlyJon Bratseth2020-11-181-9/+14
* Set RequestType both waysJon Bratseth2020-10-091-1/+1
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-1/+1
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-251-2/+2
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Remove TODO and refactor control flowBjørn Christian Seime2019-12-131-22/+18
* Don't print full URI to logBjørn Christian Seime2019-12-131-1/+11
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-6/+0
* Revert "Ensure timeouts in LoggingRequestHandler are logged"Bjørn Christian Seime2018-02-011-20/+1
* Add rawPath and rawQuery to AccessLogEntryBjørn Christian Seime2018-02-011-1/+10
* Ensure timeouts in LoggingRequestHandler are loggedBjørn Christian Seime2018-01-311-1/+20
* Nonfunctional changes onlyJon Bratseth2018-01-311-64/+61
* add trivial gettersArne Juul2018-01-051-0/+3
* add optional constructor with Context objectArne Juul2017-12-201-0/+35
* 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
* Shutdown renderer threads on deconstructJon Bratseth2017-03-061-1/+1
* PublishJon Bratseth2016-06-151-0/+271