Skip to content

Commit

Permalink
refactor: comment out log line in PermitContainer for cleaner output
Browse files Browse the repository at this point in the history
  • Loading branch information
ariWeinberg committed Dec 30, 2024
1 parent 5931938 commit dc37fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/permitContainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def wait_for_log(self, reference_timestamp: datetime, log_str: str, timeout: int
log_timestamp = datetime.strptime(log_timestamp_string, "%Y-%m-%dT%H:%M:%S.%f%z")

if log_timestamp > reference_timestamp:
self.permitLogger.info(f"Checking log line: {decoded_line}")
#self.permitLogger.info(f"Checking log line: {decoded_line}")
if log_str in decoded_line:
log_found = True
self.permitLogger.info("Log found!")
Expand Down

0 comments on commit dc37fc4

Please sign in to comment.