diff --git a/website/docs/logger.md b/website/docs/logger.md index ef0d36bad..395a9021a 100644 --- a/website/docs/logger.md +++ b/website/docs/logger.md @@ -5,7 +5,7 @@ title: 'Logger' :::info -Since v5.22.0 the logger property is renamed from `log` to `logs`, but still compatible with v6 but not recommended to use, could be removed any time. +Since v5.22.0 the logger property is renamed from `logs` to `log`, but still compatible with v6 but not recommended to use, could be removed any time. ::: diff --git a/website/versioned_docs/version-5.x/config.md b/website/versioned_docs/version-5.x/config.md index 28f1925cd..84d106c66 100644 --- a/website/versioned_docs/version-5.x/config.md +++ b/website/versioned_docs/version-5.x/config.md @@ -289,7 +289,7 @@ notify: :::warning -Since v5.22.0 the logger property is renamed to `log` but `logs` still compatible but displaying a warning +Since v5.22.0 the logger property is renamed to `logs` but `log` still compatible but displaying a warning ::: diff --git a/website/versioned_docs/version-5.x/logger.md b/website/versioned_docs/version-5.x/logger.md index b5e19bb90..9e2c283c5 100644 --- a/website/versioned_docs/version-5.x/logger.md +++ b/website/versioned_docs/version-5.x/logger.md @@ -5,7 +5,7 @@ title: 'Logger' :::warning -Since v5.22.0 the logger property is renamed from `log` to `logs`, it is still backward compatible but displaying a warning +Since v5.22.0 the logger property is renamed from `logs` to `log`, it is still backward compatible but displaying a warning :::