idevicesyslog(1) | General Commands Manual | idevicesyslog(1) |
idevicesyslog - Relay syslog of a connected device.
idevicesyslog [OPTIONS]
Relay syslog of a connected device.
This option will set a filter to only printed log messages that contain the given string.
When specified, logging will start as soon as a log messages is encountered that contains the given string. See also -T, --untrigger. Other filters are still applied but obviously filtered messages are only printed after logging has started.
When specified logging will halt as soon as a log message is encountered that contains the given string. See also -t, --trigger. Other filters are still applied but obviously filtered messages are only printed before logging stops.
NOTE: If no --trigger is given, idevicesyslog will exit after a matching log message was encountered.
PROCESS is a string that can either be a numeric pid or a process name. It also supports multiple process names or pids in one string, separated by | (make sure to use quotes!).
PROCESS is a string that can either be a numeric pid or a process name. It also supports multiple process names or pids in one string, separated by | (make sure to use quotes!).
Since the syslog can be quite noisy, this quick command line switch allows to silence out a predefined set of commonly known processes. The list of processes that are silenced can be retrieved with --quiet-list.
This is actually equivalent to passing --process kernel with the exception that it can be used with --quiet to silence out the noisy process but still get all the kernel log messages.
This is equivalent to passing --exclude kernel.
Nikias Bassen, Martin Szulecki
Man page written to conform with Debian by Julien Lavergne.
https://libimobiledevice.org
https://github.com/libimobiledevice/libimobiledevice