You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
i have found smd-{pull,push} --dry-run to be quite useful before running the real thing, to figure out if my configuration is okay. this is how I found out that I had forgotten about subscribed folders (#2), for example.
unfortunately, there's a bit of a misfeature in that they will dump the whole list of files to be transfered, by default, on the console. this floods the scrollback buffer and makes it difficult to see the useful stats that precede the dump. for example here are the stats I get in my test setup:
100k emails! as you might imagine, that creates quite a dump... the resulting logfile is a 7MB text file! would it be possible to have some sort of environment variable or commandline flag to disable that display? I know that i can remove --dry-run to silence that stuff, but it'd still like to keep this in a simulation for now...
thanks!
The text was updated successfully, but these errors were encountered:
i have found
smd-{pull,push} --dry-run
to be quite useful before running the real thing, to figure out if my configuration is okay. this is how I found out that I had forgotten about subscribed folders (#2), for example.unfortunately, there's a bit of a misfeature in that they will dump the whole list of files to be transfered, by default, on the console. this floods the scrollback buffer and makes it difficult to see the useful stats that precede the dump. for example here are the stats I get in my test setup:
100k emails! as you might imagine, that creates quite a dump... the resulting logfile is a 7MB text file! would it be possible to have some sort of environment variable or commandline flag to disable that display? I know that i can remove
--dry-run
to silence that stuff, but it'd still like to keep this in a simulation for now...thanks!
The text was updated successfully, but these errors were encountered: