aboutsummaryrefslogtreecommitdiffstats
path: root/logd
Commit message (Collapse)AuthorAgeFilesLines
* use less CPU in retention-enforcerArne H Juul2022-01-131-2/+13
| | | | | | | | | * start it with "nice" * put in "sleep 1" between each processing step, to make it less CPU intensive * avoid doing work which can never be useful, by not looking at databases where the earliest possible timestamp is not older than the retention limit
* less log spamKristian Aune2021-12-201-1/+1
| | | | | - I get one line per minute [2021-12-20 15:16:12.077] INFO : logd logdemon no old logfiles matching /opt/vespa/logs/vespa/vespa.log-*-*-*.*-*-*
* check more often if we should remove old logsArne H Juul2021-12-101-1/+6
|
* Update 2019 Oath copyrights.gjoranv2021-10-2712-12/+12
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0724-24/+24
|
* forward events to logserver by defaultArne H Juul2021-09-291-1/+1
|
* allow generated PB files outside source treeArne H Juul2021-09-221-1/+1
|
* use size literals in logdArne Juul2021-02-153-3/+6
|
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-013-1/+11
|
* Use std::mutex over vespalib::Lock and reduce code visibility.Henning Baldersheim2020-10-081-0/+1
|
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-2/+2
|
* Consolidate suppress warnings for protobuf sources.Tor Egge2020-08-181-4/+1
|
* Consolidate search for GTest.Tor Egge2020-07-074-4/+0
|
* avoid naked exitArne Juul2020-07-031-1/+2
|
* Merge pull request #13729 from vespa-engine/arnej/filter-invalid-utf8Geir Storli2020-06-302-1/+18
|\ | | | | filter invalid UTF-8 (including encoded surrogates) to make protobuf …
| * use common filtering functionArne Juul2020-06-301-9/+1
| |
| * allow Utf8Writer to target std::string as wellArne Juul2020-06-291-3/+2
| |
| * Utf8Reader does the surrogate filtering; unit test that it worksArne Juul2020-06-292-6/+2
| |
| * filter invalid UTF-8 (including encoded surrogates) to make protobuf happyArne Juul2020-06-262-1/+31
| |
* | Use find_package to find gtest library.Tor Egge2020-06-294-4/+8
|/
* Add source target per module for generated sources.Tor Egge2020-06-231-0/+2
|
* only do aggressive removal if spamming detected at least 3 timesArne Juul2020-04-161-7/+15
|
* remove latest vespa.log if it is filling the disk too quicklyArne Juul2020-04-081-1/+7
|
* Ensure RPC target is freed if exception thrown in ctorTor Brede Vekterli2020-04-072-7/+11
| | | | | | | `RpcForwarder::ping_logserver()` throws if the ping request fails. Since this happens at construction time the `RpcForwarder` destructor is not invoked, and therefore `SubRef()` won't be called on the target. Replace with field-level RAII guard instead
* Use vespalib::count_sHenning Baldersheim2019-12-191-38/+9
|
* Drop timestamp.hHenning Baldersheim2019-12-163-31/+31
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-1/+1
|
* milliseconds in config.Henning Baldersheim2019-11-201-4/+2
|
* use chrono instead of fastos timeHåvard Pettersen2019-11-191-0/+1
|
* The _server must be destructed before the components it refer.Henning Baldersheim2019-11-152-3/+3
|
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-261-3/+3
|
* Suppress array bounds warning when compiling generated protobuf code.Tor Egge2019-08-231-2/+2
|
* Fix forward declarations.Tor Egge2019-05-271-1/+1
|
* Use std::regex instead of std::basic_regex<char>.Tor Egge2019-05-211-1/+1
|
* Listen after setup is complete.Henning Baldersheim2019-05-101-1/+1
|
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-103-22/+13
|
* Merge pull request #9342 from ↵Geir Storli2019-05-0922-377/+165
|\ | | | | | | | | vespa-engine/geirst/remove-legacy-protocol-between-logd-and-logserver Remove the legacy protocol between logd and logserver.
| * Remove the legacy protocol between logd and logserver.Geir Storli2019-05-0922-377/+165
| | | | | | | | The RPC protocol has been the new default since 2019-04-12.
* | Avoid unknown warning options when using clang.Tor Egge2019-05-082-1/+5
|/
* Merge pull request #9055 from vespa-engine/arnej/less-debug-logsHenning Baldersheim2019-04-111-7/+12
|\ | | | | produce less debug logs from retention enforcer
| * produce less debug logs from retention enforcerArne Juul2019-04-081-7/+12
| |
* | Actually return the dev null forwarder.Geir Storli2019-04-111-1/+1
| |
* | Setup forwarder to dev/null if logserver should not be used (also if use rpc ↵Geir Storli2019-04-091-6/+8
|/ | | | is on).
* Change Watcher to not pass newline to forwardLine().Tor Egge2019-04-034-8/+8
|
* Change rpc and legacy forwarder to take forward filter in the constructor.Geir Storli2019-04-027-43/+48
|
* Explicitly call constructor for _supervisor.Geir Storli2019-04-011-1/+2
|
* Integrate rpc forwarder and use it when logd config says so.Geir Storli2019-04-015-27/+71
|
* Clear padding in donecache.Tor Egge2019-03-291-1/+2
|
* Initialize donecacheHenning Baldersheim2019-03-291-0/+1
|