diff --git a/.changeset/cyan-knives-drop.md b/.changeset/cyan-knives-drop.md index 3d094b2a5..8659f4392 100644 --- a/.changeset/cyan-knives-drop.md +++ b/.changeset/cyan-knives-drop.md @@ -2,12 +2,6 @@ 'skuba': patch --- -template: Change some lambda worker info logs to debug +template/lambda-sqs-worker: Change some info logs to debug -The "Function succeeded" log message was changed from `info` to `debug` -to reduce the amount of unnecessary logs in production. -The message will still be logged in dev environments but at a `debug` -level. - -The "Function succeeded" log message was retained as it is part of unit-testing -the handler. +The "Function succeeded" log message was changed from `info` to `debug` to reduce the amount of unnecessary logs in production. The message will still be logged in dev environments but at a `debug` level.