Skip to content

Commit c4b3b87

Browse files
committed
Fix logging channel
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent fd85955 commit c4b3b87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/kaas/sonobuoy_handler/sonobuoy_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def run(self):
122122
return return_code
123123
except BaseException:
124124
print(self.check_name + ": ABORT")
125-
logger.debug("something went wrong", exc_info=True)
125+
logger.critical("something went wrong", exc_info=True)
126126
return 112
127127
finally:
128128
self._sonobuoy_delete()

0 commit comments

Comments
 (0)