fix: remove fn_log from bench to keep JSON-only on stdout
This commit is contained in:
@@ -118,7 +118,7 @@ int main(int argc, char** argv) {
|
||||
app_cfg.about.name = "data_table_bench";
|
||||
app_cfg.about.version = "0.1.0";
|
||||
app_cfg.about.description = "Headless 10M-row bench for data_table (issue 0133)";
|
||||
app_cfg.log = {"data_table_bench.log", 1};
|
||||
// Do NOT set app_cfg.log — logger prints to stdout, polluting JSON output.
|
||||
app_cfg.header_badge.enabled = false; // headless — no badge
|
||||
|
||||
static GLFWwindow* g_window = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user