From 90c6538077e255d6a8f64bb1e5c1a4e9548af3b1 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 29 Jul 2024 15:31:51 -0400 Subject: [PATCH] Update evaluation workflow config.toml (#265) Signed-off-by: Jason Montleon --- .github/workflows/evaluation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/evaluation.yml b/.github/workflows/evaluation.yml index e68873ea..6870b5d2 100644 --- a/.github/workflows/evaluation.yml +++ b/.github/workflows/evaluation.yml @@ -49,8 +49,14 @@ jobs: cd kai cat << EOF > config.toml log_level = "info" + file_log_level = "debug" + log_dir = "$pwd/logs" demo_mode = false + trace_enabled = true + solution_consumers = ["diff_only", "llm_summary"] [incident_store] + solution_detectors = "naive" + solution_producers = "text_only" [incident_store.args] provider = "postgresql" host = "127.0.0.1"