summaryrefslogtreecommitdiffstats
path: root/vespalog/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0917-16/+17
|
* Minor cleanupHenning Baldersheim2023-02-171-5/+5
|
* move common parsingArne Juul2022-12-091-64/+0
|
* add unit testArne Juul2022-12-081-0/+64
|
* Make VespaFormatter package private.gjoranv2022-06-082-4/+18
|
* com.yahoo.log.event cleanupArne H Juul2022-06-081-23/+1
|
* Remove deprecated members from vespalogBjørn Christian Seime2022-06-081-41/+0
|
* Replace deprecated LogRecord.setThreadID -> setLongThreadIDgjoranv2022-06-081-3/+3
|
* Replace deprecated LogRecord.getThreadID -> getLongThreadIDgjoranv2022-06-082-5/+5
|
* Deprecate c.y.log.LogLevel.gjoranv2022-01-234-3/+4
| | | | - Will remain PublicApi until Vespa 9
* deprecate internal details of vespa loggingArne H Juul2022-01-2011-6/+58
| | | | | * the classes deprecated here will be moved into a package that isn't PublicApi for Vespa 8.
* Update 2017 copyright notices.gjoranv2021-10-0715-15/+15
|
* Stick to junit for simple test.Henning Baldersheim2020-08-113-26/+19
|
* Merge pull request #12800 from ↵gjoranv2020-04-021-4/+6
|\ | | | | | | | | vespa-engine/arnej/ensure-consistent-logcontrol-offset ensure consistent offset in logcontrol file
| * ensure consistent offset in logcontrol fileArne Juul2020-04-021-4/+6
| |
* | Remove some code inspection warnings.gjoranv2020-03-261-39/+26
|/
* Configure ZooKeeper log file handlerHarald Musum2020-01-131-3/+5
|
* Improve parsing of timestampsBjørn Christian Seime2019-03-291-0/+17
|
* Move LogMessage unit test to vespalog and cleanup the test code.Bjørn Christian Seime2019-03-291-0/+50
|
* Increase number of decimals in log timestamp from 3 to 6Bjørn Christian Seime2019-03-293-29/+44
|
* JDK 11: Replace LogRecord.setMillis with setInstant.gjoranv2019-03-043-25/+25
| | | | | - Suppress deprecation warnings locally instead of globally in controller-server.
* LogFileDB must ensure directory exists.Henning Baldersheim2018-10-101-11/+12
|
* Use full nameHarald Musum2018-10-034-4/+4
|
* enforce log retention policiesArne Juul2018-09-061-0/+29
| | | | | | | | | | | * for access logs, save meta-data about the log file itself in a simple format. * implement a proof-of-concept shell script that removes log files after one month. * ensure retention enforcer is started when services start * note that retention enforcer will continue running even after services stop, but it has protection to ensure that it won't multiply endlessly.
* Revert "Look for upper case log levels by modifying the search term"Jon Marius Venstad2018-08-161-0/+9
| | | | This reverts commit a62a3b47817ebb52f8ea4413d37804d4da459171.
* Look for upper case log levels by modifying the search termJon Marius Venstad2018-08-161-9/+0
|
* Make LogLevel implementation obey its doc, which seems reasonableJon Marius Venstad2018-08-161-0/+11
|
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
|
* Use new junit APIJon Bratseth2018-05-041-25/+25
|
* Allow building with Java 9.gjoranv2018-04-273-0/+6
| | | | | - Must suppress deprecation warning for unit tests because LogRecord.setInstant() is new for Java 9.
* Filter on correct package prefix for CuratorHarald Musum2017-09-175-7/+7
|
* Update copyright headersJon Bratseth2017-06-1413-13/+13
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1413-13/+13
|
* Update copyright headersJon Bratseth2017-06-1413-13/+13
|
* Revert "Copyright header"Jon Bratseth2017-06-1313-13/+13
|
* Copyright headerJon Bratseth2017-06-1313-13/+13
|
* PublishJon Bratseth2016-06-1513-0/+1484