Some months ago, I've posted the bug that excluded files are not (always) logged with log level DEBUG:
as of v1.70.1, excluded files are again logged with log level DEBUG. I see:
...
2025/07/13 02:59:39 slog/logger.go:256: DEBUG : path1/pdf.pdf: Excluded (Path Filter)
2025/07/13 02:59:39 slog/logger.go:256: DEBUG : path1/pdf.pdf: Excluded
2025/07/13 02:59:39 slog/logger.go:256: DEBUG : path1/pdf2.pdf: Excluded (Path Filter)
2025/07/13 02:59:39 slog/logger.go:256: DEBUG : path1/pdf2.pdf: Excluded
2025/07/13 02:59:39 slog/logger.go:256: DEBUG : path1/pdf3.pdf: Excluded (Path Filter)
2025/07/13 02:59:39 slog/logger.go:256: DEBUG : path1/pdf3.pdf: Excluded
...
However, needing the debug log level when syncing folders is bloating the log file I want to keep to have a track record of what happened.
Would it be possible to log excluded files also in INFO log level? Or would it be better if there be an additional parameter for log-format(?) This would not be really a format, but this would not change the output of INFO.
kind regards