log
$ littlesnitch log --help
usage: littlesnitch log [-adfhjs] [-l <time>[m|h|d]] [-p <log predicate>]
-h, --help
Print a short help and exit.
-l, --last <time>[m|h|d]
Show entries not older than the given time. Defaults to 10 minutes.
-s, --stream
Live stream log messages.
-a, --all
Also show log messages from frameworks.
-f, --frameworks-only
Show log messages from frameworks only.
-d, --show-debug
Show debug messages from frameworks.
-p, --predicate <log predicate>
Use the given predicate string to filter messages.
-j, --json
Output in JSON format.
This command is basically a frontend to the macOS log
command, using preconfigured filters suitable for Little Snitch. Use the option --last
with a time interval to see messages from the past, or --stream
to watch messages live. This command is primarily made for analyzing bugs and unexpected behavior with guidance from our support. If you need this command, our support team will tell you what options and arguments you should use.
Contrary to other commands, the log
command is available to non-root users and does not require the Allow access via Terminal setting to be enabled.
Was this help page useful? Send feedback.
© 2016-2024 by Objective Development Software GmbH