fix: remove fn_log from bench to keep JSON-only on stdout

This commit is contained in:
agent_A
2026-05-22 23:41:06 +02:00
parent 37492c1935
commit 8868b36736
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -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;