summaryrefslogtreecommitdiffstats
path: root/container-accesslogging/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update copyright headers"Jon Bratseth2017-06-1415-15/+15
|
* Update copyright headersJon Bratseth2017-06-1415-15/+15
|
* Revert "Copyright header"Jon Bratseth2017-06-1315-15/+15
|
* Copyright headerJon Bratseth2017-06-1315-15/+15
|
* Implement changes after architecture review:Frode Lundgren2016-11-031-15/+30
| | | | | | | * 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-302-156/+71
| | | | | * 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-292-0/+285
|
* If there is nothing to do we will flush every 100ms, if not we will be a bit ↵Henning Baldersheim2016-09-121-7/+13
| | | | more relaxed.
* Actually remove the flush that was earlier replaced by ↵Henning Baldersheim2016-09-091-1/+0
| | | | flush-if-long-enough-since-last-flush
* - Allow 100k elements in the logging Q.Henning Baldersheim2016-09-091-6/+16
| | | | | - No need to flush after every message. - Once every 5 seconds should do.
* Use Github username as authorBjørn Christian Seime2016-06-282-2/+2
|
* Merge pull request #58 from yahoo/arnej/make-Logger-a-daemon-threadHenning Baldersheim2016-06-171-0/+1
|\ | | | | the "Logger" is a Daemon thread
| * the "Logger" is a Daemon threadArne Juul2016-06-171-0/+1
| | | | | | | | | | * this ensures the container can exit normally even if the access logging module isn't shutdown properly.
* | update author field.Haakon Dybdahl2016-06-172-2/+2
|/
* PublishJon Bratseth2016-06-1513-0/+2142