updated logging

This commit is contained in:
2023-01-09 23:27:11 -06:00
parent 36b67cd116
commit 67319ab16c
4 changed files with 6 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ class Crn:
self.tl.debug('Building container list.')
self.process_cont_list_response = process_cont_list(self.cont_list, c_start_container, self.cc, self.host, self.port, self.jwt, self.endpoint)
if self.process_cont_list_response:
self.tl.warn(f'Started: [{self.process_cont_list_response}]')
self.tl.warning(f'Started: [{self.process_cont_list_response}]')
except requests.exceptions.RequestException as e:
self.tl.exception(e)