From 510e4a00338aef077e9b2a66db626aa03f476481 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 27 Feb 2020 15:01:37 +0100 Subject: [PATCH] Changes: document debug-logging and FillGlobalStorageJob --- CHANGES | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 90587d46b..77370b9af 100644 --- a/CHANGES +++ b/CHANGES @@ -9,10 +9,18 @@ This release contains contributions from (alphabetically by first name): - No external contributors yet ## Core ## - - No core changes yet + - When logging level is set to 8 (eight), for instance via the `-D8` + logging flag, or the `-d` debug flag, the *Show debug information* + button will appear in the progress view. This helps with debugging + issues where the `-d` flag would be inappropriate. + - Calamares now starts at logging level 1 (warnings and errors to + the console) by default. Previously it (wrongly) started at level 8. ## Modules ## - - No module changes yet + - The *partition* module now stores which filesystems are in use in + global storage. While this is currently incompatible with the + *contextualprocess* module, a custom module can make use of that + to optimise the target system for the filesystems that are present. # 3.2.19.1 (2020-02-24) #