aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/LogEntry.java
Commit message (Expand)AuthorAgeFilesLines
* Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-1/+1
* Deprecate c.y.log.LogLevel.gjoranv2022-01-231-0/+2
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Even fewer log linesJon Marius Venstad2021-03-301-1/+1
* Cap number of log entries per fetchJon Marius Venstad2021-03-301-0/+1
* Event entries have the highest int valueJon Marius Venstad2020-08-241-1/+1
* Use Vespa LogLevel where appropriate.gjoranv2020-04-251-2/+3
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-3/+3
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Handle log server giving overlapping log windows (with micro precision)Jon Marius Venstad2019-09-131-7/+10
* Extract Vespa log update as public method in JobControllerJon Marius Venstad2019-09-131-1/+33
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Replace log entry levels with typesJon Marius Venstad2018-08-271-9/+20
* Use controller clock when job controller logs, and include tracesJon Marius Venstad2018-08-241-4/+0
* Get sub-list of LogEntry from TesterCloudJon Marius Venstad2018-08-231-0/+75