On 31 May 2011 16:53, Aleksander Morgado <[email protected]> wrote: > > There is no such option, but may be useful in the case of > tracker-extract. > > Anyway, for debugging errors on specific files with tracker-extract you > can always manually call it like: > $> /usr/libexec/tracker-extract -f /path/to/file/with/problems > (the path of tracker-extract may be different in your system) > > This is usually enough for debugging such errors.
You're right, but when you don't know exactly which file it is ... Anyway, I found a workaround: tail -n +0 -F ~/.local/share/tracker/tracker-extract.log 2>&1 >~/.local/share/tracker/tracker-extract-all.log this command run in background will concatenate all log files into one Mildred _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
