We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8238cef commit d775f3cCopy full SHA for d775f3c
README.rst
@@ -64,6 +64,12 @@ Features
64
(?P<second>\d{2})?
65
)?
66
67
+ If your files are for example suffixed with UNIX timestamps, you can specify a
68
+ regular expression exposing a named capture group ``unixtime`` like this::
69
+
70
+ # Use UNIX timestamps
71
+ (?P<unixtime>\d+)
72
73
**All actions are logged**
74
Log messages are saved to the system log (e.g. ``/var/log/syslog``) so you
75
can retrace what happened when something seems to have gone wrong.
0 commit comments