From 39bc8443cacb9f07a65b5e260b3a3ada9632d8d3 Mon Sep 17 00:00:00 2001 From: Paul Gaiduk Date: Mon, 21 Oct 2024 11:41:52 +0200 Subject: [PATCH] set log-level to debug for all tests This commit is used for testing the workflow parameter for the log-level It will be reverted before merging Signed-off-by: Paul Gaiduk --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd74b7b1b..ec72b6744 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy eve_log_level: type: string required: false - default: 'info' + default: 'debug' eve_artifact_name: type: string artifact_run_id: @@ -29,7 +29,7 @@ on: # yamllint disable-line rule:truthy eve_log_level: type: string required: false - default: 'info' + default: 'debug' eve_artifact_name: type: string artifact_run_id: