summaryrefslogtreecommitdiffstats
path: root/vespalog/src/main
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* LogFileDB must ensure directory exists.Henning Baldersheim2018-10-101-3/+11
|
* Use full nameHarald Musum2018-10-039-9/+9
|
* enforce log retention policiesArne Juul2018-09-061-0/+50
| | | | | | | | | | | * 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.
* Use a map from uppercase names instead, dohJon Marius Venstad2018-08-161-17/+19
|
* Revert "Look for upper case log levels by modifying the search term"Jon Marius Venstad2018-08-161-10/+9
| | | | This reverts commit a62a3b47817ebb52f8ea4413d37804d4da459171.
* Look for upper case log levels by modifying the search termJon Marius Venstad2018-08-161-9/+10
|
* Make LogLevel implementation obey its doc, which seems reasonableJon Marius Venstad2018-08-161-3/+10
|
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
|
* translate any unknown log levels numerically (some customers chose to useArne Juul2018-06-191-5/+15
| | | | com.twitter.logging.Logger which has ERROR but with a different number).
* Allow building with Java 9.gjoranv2018-04-272-2/+2
| | | | | - Must suppress deprecation warning for unit tests because LogRecord.setInstant() is new for Java 9.
* Filter on correct package prefix for CuratorHarald Musum2017-09-1716-16/+16
|