summaryrefslogtreecommitdiff
path: root/logging
AgeCommit message (Expand)Author
2024-03-14Fix data race in AutoRollLogger (#12436)Changyu Bi
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2024-01-29Remove unnecessary, confusing 'extern' (#12300)Peter Dillinger
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-01internal_repo_rocksdb (-8794174668376270091) (#12114)Andrew Kryczka
2023-03-20Disabling some IO error assertion in EnvLogger (#11314)sdong
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-11-21Observe and warn about misconfigured HyperClockCache (#10965)Peter Dillinger
2022-10-24Run clang format on logging folder (#10861)akankshamahajan
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-08-23Fix build error with NIOSTATS_CONTEXT (#10506)lhsoft
2022-08-05Close the Logger before rolling to next one in AutoRollLogger (#10488)Akanksha Mahajan
2022-08-01Use EnvLogger instead of PosixLogger (#10436)sdong
2022-06-30Fix bug in Logger creation if dbname and db_log_dir are on different filesyst...Akanksha Mahajan
2022-05-31Deflake unit test BackupEngineTest.Concurrency (#10069)Yanqin Jin
2022-05-27Fail DB::Open() if logger cannot be created (#9984)Yanqin Jin
2022-05-24Fix potential ambiguities in/around port/sys_time.h (#10045)Levi Tamasi
2021-11-12Use system-wide thread ID in info log lines (#9164)Andrew Kryczka
2021-09-21Make SystemClock into a Customizable Class (#8636)mrambacher
2021-08-04Do not attempt to rename non-existent info log (#8622)Andrew Kryczka
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2020-12-23No elide constructors (#7798)mrambacher
2020-10-28Remove unused includes (#7604)Yanqin Jin
2020-09-16Add more tests to ASSERT_STATUS_CHECKED (#7367)mrambacher
2020-08-20Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283)mrambacher
2020-04-08Fix info log source file display length (#5824)Yi Wu
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-02-10Pass info_log_level to the inner logger of AutoRollLogger (#6388)Yanqin Jin
2020-01-06Increase max_log_size in FlushJob to 1024 bytes (#6258)Maysam Yabandeh
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-07-24Auto Roll Logger to add some extra checking to avoid segfault. (#5623)sdong
2019-07-24Fix regression bug of Auto rolling logger when handling failures (#5622)sdong
2019-07-09Implemented a file logger that uses WritableFileWriter (#5491)ggaurav28
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong