So say logging enabled logs to standard output and with logToFile and logging enabled we write logs to .log file.
There would also be a new header constant
const std::string LOG_EXTENSION = ".log";
This is good for debugging purposes, etc.
Would be false by default as there would be a performance cut logging.
Implement logging functionality on TidesDB::LSMT
So say logging enabled logs to standard output and with logToFile and logging enabled we write logs to .log file. There would also be a new header constant
This is good for debugging purposes, etc.
Would be false by default as there would be a performance cut logging.