Skip to content

Commit

Permalink
rm debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelMWS committed Oct 16, 2024
1 parent 7ed93c7 commit 3006dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prom2teams/app/teams_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def post_with_retry(teams_webhook_url, message):
def simple_post(teams_webhook_url, message):
self._do_post(teams_webhook_url, message)

log.debug('URL: ' + teams_webhook_url + 'The message that will be sent is: ' + message + 'SESSION Headers: ' + str(self.session.headers) + 'SESSION Certs: ' + str(self.session.cert))
log.debug('URL: ' + teams_webhook_url + 'The message that will be sent is: ' + message)
if self.retry:
post_with_retry(teams_webhook_url, message)
else:
Expand Down

0 comments on commit 3006dca

Please sign in to comment.