===
Oplog tool no longer has a default window of 86400 seconds,
but instead requires that a window or valid resume file
be specified. Additionally, there is no longer a default
resume file (avoiding potential issues with multiple
processes writing to the same file).
Oplog tool now accepts a ``--window`` argument, preferred
to the now deprecated ``--seconds`` argument. Window
accepts simple time spans, like "3 days" or "04:20" (four
hours, twenty minutes). See the docs for `pytimeparse
<https://github.com/wroberts/pytimeparse>`_ for specifics
on which formats are supported.