From 25ea6c9a3f12604127b4bd855f11f416bcb9b4c5 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Fri, 14 Jul 2023 15:58:28 +1000 Subject: [PATCH] Update cyan-knives-drop.md (#1216) Changesets is weirdly fussy about newlines in Markdown --- .changeset/cyan-knives-drop.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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.