galasa-dev / projectmanagement

Project Management repo for Issues and ZenHub
7 stars 4 forks source link

Set the level of trace used in run.log to Info/Debug #1787

Open techcobweb opened 6 months ago

techcobweb commented 6 months ago

Story

As a galasa tester runing test cases using the galasactl CLI tool, I want to have less output in the run log, and on the galasactl --log - output so that I have less detail cluttering things up.

Background

Some investigation and documentation/code changes are needed.

Tasks

techcobweb commented 6 months ago

@Jimbo4794 and @hobbit1983 said there is a -debug flag on the java -jar, which we don't have any control over on the CLI.

Not sure how to do this on the ecosysyem either. How does it get passed to the pod ?

techcobweb commented 5 months ago

We do support a flag. The --trace flag. When enabled, you get more detailed levels of trace in the java code.

techcobweb commented 5 months ago

@Tom-Slattery Is the --trace flag good enough ? Can we close this story now ?

haripra86 commented 2 months ago

Team , I am also in need of such a control where only INFO logs are needed during regural executions.