neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

fix: Beaker log polling to logfile instead of console #183

Closed Tiboris closed 2 years ago

Tiboris commented 2 years ago

Beaker was too chatty in console output so we moved the messages to the debug level so it is logged in the mrack.log only. Added debug message to the function responsible for polling beaker for job status.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com

Tiboris commented 2 years ago

Thanks for the review, merging