summaryrefslogtreecommitdiffstats
path: root/container-accesslogging
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge container-accesslogging into jdisc_http_service"Bjørn Christian Seime2021-01-1126-0/+2711
|
* Merge container-accesslogging into jdisc_http_serviceBjørn Christian Seime2021-01-1126-2711/+0
|
* Revert "Revert "Simplify symlink""Håkon Hallingstad2020-12-081-8/+1
|
* Revert "Simplify symlink"Harald Musum2020-12-071-1/+8
|
* Simplify symlinkHåkon Hallingstad2020-12-021-8/+1
| | | | | | | The symlink points to a file in the same directory. Therefore, instead of pointing to the absolute path, it should point to the filename. This also makes the symlink work on the host, if the symlink was made in a container (and vice versa).
* avoid calling nativeIO.dropPartialFileFromCache too oftenArne Juul2020-12-011-2/+4
| | | | | * there is no need to call fsync() every 100 milliseconds just to drop minimal amounts of data from the file system cache.
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-102-1/+1
|
* Add dependency to vespalog (directly used by these modules)gjoranv2020-04-261-0/+6
|
* Stabilize LogFileHandlerTestCase.testSymlink()Bjørn Christian Seime2020-03-301-36/+32
| | | | | | | | | - Loop until second file has expected file size - Improve naming of local variables - Remove unnecessary intermediate variables - Replace File.length() with Files.size() - Add test timeout - Simplify loops
* Shutdown log handler thread at end of each test methodBjørn Christian Seime2020-02-211-0/+5
| | | | | The log handler will shutdown the JVM (logAndDie) if the junit temporarly folder rule performs cleanup prior to a log rotation.
* Reduce use of long sleep periodsBjørn Christian Seime2020-02-211-4/+3
|
* Make fileName volatileBjørn Christian Seime2020-02-211-2/+1
|
* Remove silly exception handling and conditional executionBjørn Christian Seime2020-02-211-38/+31
|
* Use TemporaryFolder junit rule for temporary test files and directoriesBjørn Christian Seime2020-02-211-36/+25
|
* Cleanup javadoc commentBjørn Christian Seime2020-02-211-3/+0
|
* Cleanup author tagBjørn Christian Seime2020-02-211-1/+1
|
* Improve test assertions for LogFileHandlerTestCaseBjørn Christian Seime2020-02-212-20/+20
|
* Explicitly declare maven-compiler-plugin to resolve import issues with IntelliJBjørn Christian Seime2020-02-211-0/+4
|
* consume -> acceptHenning Baldersheim2020-02-121-3/+3
|
* Render Inspectable.Henning Baldersheim2020-02-121-1/+13
|
* - Add trace as a field in the josn access log.Henning Baldersheim2020-02-124-2/+231
| | | | - Add the trace top the accesslog entry if debugging is enabled in SearchHandler.
* Remove use of commons-lang from contrainer-accessloggingBjørn Christian Seime2020-01-062-8/+28
|
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
|
* Don't embed Jackson bundlesBjørn Christian Seime2019-11-261-7/+2
|
* add missing import for localeslixurd2019-09-231-0/+1
| | | add missing import
* fix test case fail in LogFormatterTestCaseslixurd2019-09-221-4/+4
| | | | | better define locale to us avoiding some special locale such as china/france which called sep to 9月/sept the test case will fail in enviroment using zh_CN.UTF-8 org.junit.ComparisonFailure: expected:<test20030825133035[Aug]> but was:<test20030825133035[8月]>
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-5/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Only run super.flush in flush method. Also reset lastDropPosition when there ↵Henning Baldersheim2019-06-251-1/+2
| | | | is a new file.
* Continously drop from cache what you have written to the log.Henning Baldersheim2019-06-251-6/+20
|
* A utillity for manual testing on continous dropping from cache.Henning Baldersheim2019-06-242-1/+11
|
* Drop file continously from cache as we read it.Henning Baldersheim2019-06-241-37/+11
|
* use try-with-resources to ensure streams are closedArne Juul2019-05-231-5/+3
|
* no need to ignore testng log files anymore.Henning Baldersheim2019-04-291-3/+0
|
* Merge pull request #8753 from vespa-engine/balder/coverage-in-json-access-logHenning Baldersheim2019-03-124-13/+149
|\ | | | | Add coverage info to access log
| * Add coverage info to access logHenning Baldersheim2019-03-124-13/+149
| |
* | GC unused yapache log and derivatives.Henning Baldersheim2019-03-114-1097/+1
|/
* Do TODOsJon Bratseth2019-01-211-2/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Inline init method.gjoranv2019-01-211-4/+0
| | | | - Failed on assignment to final field.
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-22/+0
|
* Track removal of fileHandler.rotateSchema from access-log.defTor Egge2019-01-213-43/+11
|
* Remove unused config settings.Tor Egge2019-01-211-18/+0
|
* Minor fixesJon Bratseth2018-10-142-3/+3
|
* Use ProcessExecuterJon Bratseth2018-10-121-4/+2
|
* Ensure the file is created when testing for it.Henning Baldersheim2018-10-101-1/+1
|
* Properly shutdown the executor service.Henning Baldersheim2018-10-101-3/+4
|
* Do compression in a different thread to avoid filling Q during compression.Henning Baldersheim2018-10-101-18/+24
|
* Test compression on logrotate and correct visibility and cleanup unused code.Henning Baldersheim2018-10-102-68/+94
|
* Do not delete uncompressed file on error.Henning Baldersheim2018-10-091-5/+9
|