--- a/src/Pure/Tools/dump.scala Tue Mar 05 15:58:45 2024 +0100
+++ b/src/Pure/Tools/dump.scala Tue Mar 05 16:06:06 2024 +0100
@@ -142,7 +142,7 @@
def sessions(
logic: String = default_logic,
- log: Logger = No_Logger
+ log: Logger = new Logger
): List[Session] = {
/* partitions */
@@ -359,7 +359,7 @@
logic: String,
aspects: List[Aspect] = Nil,
progress: Progress = new Progress,
- log: Logger = No_Logger,
+ log: Logger = new Logger,
dirs: List[Path] = Nil,
select_dirs: List[Path] = Nil,
output_dir: Path = default_output_dir,