We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbe7e7 commit ce24449Copy full SHA for ce24449
voxec_main.cpp
@@ -66,7 +66,7 @@ int main(int argc, char** argv) {
66
if (vmap.count("log-file")) {
67
const std::string log_filename = vmap["log-file"].as<std::string>();
68
log_file = std::make_unique<std::ofstream>(log_filename.c_str());
69
- json_logger::register_output(json_logger::FMT_TEXT, &*log_file);
+ json_logger::register_output(json_logger::FMT_JSON, &*log_file);
70
}
71
72
const std::string input_filename = vmap["input-file"].as<std::string>();
0 commit comments