Where can I see the results of purge --dry-run

Sorry if this question sounds a bit stupid.
I am still playing around with the purge command. Before running it on the real data, I wanted to use the --dry-run=true option.
However, there is no text on the command line, so I cannot see which files would be deleted. But when I remove the dry-run, the purge is done correctly and files are removed.

Where do I see the result of a dry-run?

Hello

try to add an instruction raising the log level, such as --log-level=verbose

https://github.com/duplicati/duplicati/blob/master/Duplicati/Library/Main/Operation/PurgeFilesHandler.cs

shows logging at a wide range of levels. If you want something less Verbose, DryRun will get the basics.

If --log-level complains that it’s deprecated (which it is), use --console-log-level for console logs.