Added optional script and redef bool to enable utf-8 in ASCII logs

This commit is contained in:
Dev Bali 2019-07-22 10:28:38 -07:00
parent 6927dd1213
commit 66557d3178
10 changed files with 111 additions and 2 deletions

View file

@ -65,6 +65,7 @@ private:
int gzip_level; // level > 0 enables gzip compression
bool use_json;
bool enable_utf_8;
string json_timestamps;
threading::formatter::Formatter* formatter;