Skip to content
Snippets Groups Projects
Commit 40bf06ce authored by Charlotte Hausman's avatar Charlotte Hausman Committed by Sam Kagan
Browse files

remove unneeded logs

parent c8c8ca94
No related branches found
No related tags found
No related merge requests found
......@@ -49,12 +49,9 @@ class CasaEmulator:
os.chdir("./working")
vela_logs = glob.glob("vela-*.log")
self.logger.info(f"{vela_logs}")
for file in vela_logs:
self.logger.info("In loop")
content = Path(file).read_text()
self.logger.info(content)
errors = re.search(r".*SEVERE\s*flagmanager.*", content)
self.logger.info(errors)
if errors:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment