summaryrefslogtreecommitdiffstats
path: root/container-accesslogging
Commit message (Collapse)AuthorAgeFilesLines
* Add 'secure' and 'local-port' to JSON access logBjørn Christian Seime2017-11-153-5/+45
|
* Nonfunctional changes onlyJon Bratseth2017-10-311-1/+2
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-2/+1
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+3
|
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* Update copyright headersJon Bratseth2017-06-1423-23/+23
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1423-23/+23
|
* Update copyright headersJon Bratseth2017-06-1423-23/+23
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1323-25/+25
|
* Copyright headerJon Bratseth2017-06-1323-25/+25
|
* Remove test for invalid use case.gjoranv2017-03-071-28/+0
| | | | (Delete the directory of the logfile while logging.)
* Fix various issues in LogFileHandlerTestCasegjoranv2017-03-031-69/+40
| | | | | | | - Files were pushed to deleteOnExit in the wrong order. - Remove useless tests that deleted non-existent files or dirs before logging. - Use unique files for each test.
* Convert to junit 4 and use unique directory names.gjoranv2017-03-031-19/+24
| | | | - to allow tracking down which test that fails on factory.
* Add readme filesBjørn Christian Seime2017-01-191-0/+3
|
* Implement changes after architecture review:Frode Lundgren2016-11-032-47/+72
| | | | | | | * 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-303-182/+97
| | | | | * 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-294-0/+473
|
* 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.
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-11/+0
|
* Many modules wanted to copile with 1.5 in intellij.Henning Baldersheim2016-09-051-0/+15
| | | | Here are all that complained when trying to run tests in config-model.
* Use Github username as authorBjørn Christian Seime2016-06-282-2/+2
|
* Remove bakksjo as ownerBjørn Christian Seime2016-06-281-1/+1
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* 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-1521-0/+2908