diff options
author | Sam Thursfield <sam@afuera.me.uk> | 2016-04-07 16:25:15 +0100 |
---|---|---|
committer | Sam Thursfield <sam@afuera.me.uk> | 2016-06-09 15:30:14 +0100 |
commit | b77763df43105cac1dc8f06cb20476821ea04d23 (patch) | |
tree | c855c7a6dfaa7e1b45dd3c45f420894640a65864 /docs/manpages/tracker-extract.1 | |
parent | 7e8cc3dc8911853c838f76b4c4c0ec9ea51939f0 (diff) | |
download | tracker-wip/sam/extract-command.tar.gz |
cli: Add --verbosity option to `tracker extract`wip/sam/extract-command
This is based on the --set-log-verbosity option from `tracker daemon`.
The TRACKER_VERBOSITY environment variable also works here, and
overrides the value on the commandline, so I'm not sure if this patch
is really necessary...
Diffstat (limited to 'docs/manpages/tracker-extract.1')
-rw-r--r-- | docs/manpages/tracker-extract.1 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/manpages/tracker-extract.1 b/docs/manpages/tracker-extract.1 index 652912c7e..0a7076d4c 100644 --- a/docs/manpages/tracker-extract.1 +++ b/docs/manpages/tracker-extract.1 @@ -20,6 +20,54 @@ uses to extract metadata. For more information see the libtracker-extract reference documentation. +.SH OPTIONS +.TP +.B \-\-verbosity\fR=<\fILEVEL\fR> +This sets the log verbosity for the extractor process. + +The possible \fILEVEL\fR options are: +.sp +.RS 12 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +\fIdebug\fR +\- Show EVERYTHING, from debug messages to errors. +.sp +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.IP \(bu 2.3 +.\} +\fIdetailed\fR +\- Show enough detail to understand what is happening. +.sp +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +\fIminimal\fR +\- Show an overview of what is going on +.sp +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +\fIerrors\fR +\- Show only warnings, criticals, errors or fatal events. +.RE + .SH EXAMPLES .TP Using command line to extract metadata from a file: |