summaryrefslogtreecommitdiffstats
path: root/vespalog/src/main/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0939-39/+39
|
* Reduce log level for 'o.e.j.u.HostPort'Bjørn Christian Seime2023-03-231-8/+17
|
* Refactor, cleanupHarald Musum2023-03-201-13/+10
|
* Reduce log level for some loggersHarald Musum2023-03-201-4/+21
| | | | | | This is needed to reduce log level for standalone containers, where setting log level cannot be done by config sentinel (since these containers are not started by config sentinel)
* Require capabilities for built-in request handlersBjørn Christian Seime2023-02-141-0/+1
|
* move common parsingArne Juul2022-12-091-78/+0
|
* common parsingArne Juul2022-12-081-0/+78
|
* Make deprecated apis package private.gjoranv2022-06-081-12/+2
|
* Make VespaFormatter package private.gjoranv2022-06-081-3/+2
|
* com.yahoo.log.event cleanupArne H Juul2022-06-0818-161/+11
|
* make some implementation classes non-publicArne H Juul2022-06-0817-52/+28
|
* no PublicApi for eventsArne H Juul2022-06-081-2/+0
|
* Remove deprecated members from vespalogBjørn Christian Seime2022-06-082-113/+0
|
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-101-21/+0
| | | | - Remove unused InitializeLog
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-104-4/+27
| | | | Revert "Merge pull request #22515 from vespa-engine/revert-22509-setup-vespalog-in-jdisc_core"
* Revert "Setup vespalog in jdisc core [run-systemtest]"Henning Baldersheim2022-05-094-27/+4
|
* Move to non-public impl package.Henning Baldersheim2022-05-092-1/+8
|
* Use a general name indicating that it is an unused default.Henning Baldersheim2022-05-091-2/+1
|
* Initialize logging earlier in container startup sequenceHenning Baldersheim2022-05-093-4/+21
|
* Deprecate package c.y.log.event.gjoranv2022-01-2521-3/+21
|
* Deprecate c.y.log.LogLevel.gjoranv2022-01-233-4/+10
| | | | - Will remain PublicApi until Vespa 9
* deprecate internal details of vespa loggingArne H Juul2022-01-2021-17/+107
| | | | | * the classes deprecated here will be moved into a package that isn't PublicApi for Vespa 8.
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0742-42/+42
|
* Try to avoid race when creating directoryHarald Musum2020-10-151-5/+6
| | | | | If e.g. several containers try to create this directory at the same time there will be unnecessary warnings in log
* * keep appender output stream openArne Juul2020-04-061-12/+18
| | | | * do header in one atomic write instead of multiple small writes
* use append semantics when writing lines to logcontrol fileArne Juul2020-04-061-1/+8
|
* Merge pull request #12800 from ↵gjoranv2020-04-021-3/+3
|\ | | | | | | | | vespa-engine/arnej/ensure-consistent-logcontrol-offset ensure consistent offset in logcontrol file
| * ensure consistent offset in logcontrol fileArne Juul2020-04-021-3/+3
| |
* | Remove 'public' for interface methodsgjoranv2020-03-311-15/+11
| | | | | | | | + fix formatting issues
* | Remove whitespacegjoranv2020-03-311-1/+1
| |
* | Limit accessgjoranv2020-03-261-4/+4
| |
* | Limit acces.gjoranv2020-03-261-4/+4
|/
* Configure ZooKeeper log file handlerHarald Musum2020-01-131-8/+12
|
* Make sure to close file handler used for zookeeper log messagesHarald Musum2020-01-101-1/+14
| | | | This avoid .lck files being left behind after stopping container
* Nonfunctional changes onlyJon Bratseth2019-10-114-10/+7
|
* Clean up some code to improve code health during random code read.Henning Baldersheim2019-10-014-24/+18
|
* Use ProcessHandle to get process idBjørn Christian Seime2019-04-011-21/+2
|
* Improve parsing of timestampsBjørn Christian Seime2019-03-292-3/+12
|
* Increase number of decimals in log timestamp from 3 to 6Bjørn Christian Seime2019-03-292-22/+11
|
* Override equals() and hashCode() for LogMessageBjørn Christian Seime2019-03-271-0/+22
|
* Resolve conflicting definition of sentinel value for missing thread idBjørn Christian Seime2019-03-272-5/+2
|
* Add author tagBjørn Christian Seime2019-03-261-0/+1
|
* Add static factory method to LogMessageBjørn Christian Seime2019-03-261-0/+6
|
* Expose timestamp of type 'Instant' in LogMessageBjørn Christian Seime2019-03-262-14/+24
|
* Expose threadId and processId from LogMessageBjørn Christian Seime2019-03-261-8/+35
|
* Add utility methods for log formattingBjørn Christian Seime2019-03-261-0/+17
|
* Detect that loglevel has changes within 3 seconds. Better than 10.Henning Baldersheim2019-01-061-1/+1
|
* go back to old way of computing filenameArne Juul2018-11-051-2/+2
|
* Avoid .* imports.Henning Baldersheim2018-10-101-1/+2
|