Hide "Ran out of journal space" log messages by default

This commit is contained in:
Vitaliy Filippov
2025-04-20 01:21:03 +03:00
parent 21d6e88a1b
commit 15d0204f96
3 changed files with 10 additions and 4 deletions
+2
View File
@@ -266,6 +266,8 @@ class blockstore_impl_t
int throttle_threshold_us = 50;
// Maximum writes between automatically added fsync operations
uint64_t autosync_writes = 128;
// Log level (0-10)
int log_level = 0;
/******* END OF OPTIONS *******/
struct ring_consumer_t ring_consumer;