Nick Bradford

Results 3 issues of Nick Bradford

# Thank you for contributing an eval! ♥️ 🚨 Please make sure your PR follows these guidelines, __failure to follow the guidelines below will result in the PR being closed...

`logtail/flusher.py` in step() at line 68 ```python if response.status_code == 500 and getattr(response, "exception") != None: print('Failed to send logs to Better Stack after {} retries: {}'.format(len(RETRY_SCHEDULE), response.exception)) ```