_from https://github.com/nextstrain/augur/pull/1879#discussion_r2299024965_ Currently, `--output-log` is passed directly to the final `augur filter` call. This exposes implementation details and can be made better. ### Possible solutions Use `--output-log` in all the intermediate samples and merge them together.