From 8d9eb162aeb6ed871292fc60149b62245fd9272f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 2 Oct 2024 14:35:31 +0200 Subject: [PATCH] chore: Add `verbose` removal to breaking changes (#11053) --- packages/cli/BREAKING-CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 869ace642e..5cffb058e8 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -2,6 +2,16 @@ This list shows all the versions which include breaking changes and how to upgrade. +## 1.57.0 + +### What changed? + +The `verbose` log level was merged into the `debug` log level. + +### When is action necessary? + +If you are setting the env var `N8N_LOG_LEVEL=verbose`, please update your log level to `N8N_LOG_LEVEL=debug`. + ## 1.55.0 ### What changed?