Add new LogAscii::gzip_file_extension option.

This can be used with the LogAscii::gzip_level option to set the file extension of log files when they are compressed at creation time.
This commit is contained in:
Tim Wojtulewicz 2019-08-05 14:23:06 -07:00
parent 6fa0f4ac49
commit 337da50da6
5 changed files with 32 additions and 5 deletions

View file

@ -64,6 +64,7 @@ private:
string meta_prefix;
int gzip_level; // level > 0 enables gzip compression
string gzip_file_extension;
bool use_json;
bool enable_utf_8;
string json_timestamps;