Skip to content

Commit

Permalink
Merge pull request #528 from ddps-lab/azure-collector-fix
Browse files Browse the repository at this point in the history
TEST_TEST_TEST text 제거
  • Loading branch information
krtaiyang authored Feb 14, 2025
2 parents f97007b + 35e2ba6 commit 659a6c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def lambda_handler(event, _):
except Exception as e:
error_msg = f"Unexpected error: {e}"
logger.error(error_msg)
send_slack_message(f"TEST_TEST_TEST_AZURE SPS MODULE EXCEPTION!\n{error_msg}\nEvent_id: {event_id}")
send_slack_message(f"AZURE SPS MODULE EXCEPTION!\n{error_msg}\nEvent_id: {event_id}")
return handle_response(500, "Execute Failed!", action, event_time_utc_datetime, str(e))


Expand Down

0 comments on commit 659a6c0

Please sign in to comment.