From 9917b55b4d4bbc73a34c0d8ebfcccf9658e14271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Poullain?= Date: Sat, 3 Aug 2024 20:36:44 +0200 Subject: [PATCH] [Blog] Add v4.5 log improvements --- docs/blog/version-4.5-release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/blog/version-4.5-release-notes.md b/docs/blog/version-4.5-release-notes.md index 17fd1edfa3..4f0e03cae5 100644 --- a/docs/blog/version-4.5-release-notes.md +++ b/docs/blog/version-4.5-release-notes.md @@ -14,6 +14,12 @@ Version 4.5 of [Foal](https://foalts.org/) is out! +## Logging improvements + +In previous versions, the util function `displayServerURL` and configuration errors printed logs on several lines, which was not appropriate for logging software. + +From version 4.5 onwards, configuration errors are displayed on a single line and the `displayServerURL` function is marked as deprecated. + ## CLI fixes When running `npx foal connect react` to connect the React application to the Foal application in development, the following features did not work: