mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
chore: Add verbose
removal to breaking changes (#11053)
This commit is contained in:
parent
9c43fb301d
commit
8d9eb162ae
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue