.nh .TH "Incus - Command line client" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP incus-monitor - Monitor a local or remote server .SH SYNOPSIS .PP \fBincus monitor [:] [flags]\fP .SH DESCRIPTION .PP Description: Monitor a local or remote server .PP By default the monitor will listen to all message types. .SH OPTIONS .PP \fB--all-projects\fP[=false] Show events from all projects .PP \fB-f\fP, \fB--format\fP="yaml" Format (json|pretty|yaml)`` .PP \fB--loglevel\fP="" Minimum level for log messages (only available when using pretty format)`` .PP \fB--pretty\fP[=false] Pretty rendering (short for --format=pretty) .PP \fB--type\fP=[] Event type to listen for`` .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--debug\fP[=false] Show all debug messages .PP \fB--force-local\fP[=false] Force using the local unix socket .PP \fB-h\fP, \fB--help\fP[=false] Print help .PP \fB--project\fP="" Override the source project`` .PP \fB-q\fP, \fB--quiet\fP[=false] Don't show progress information .PP \fB--sub-commands\fP[=false] Use with help or --help to view sub-commands .PP \fB-v\fP, \fB--verbose\fP[=false] Show all information messages .PP \fB--version\fP[=false] Print version number .SH EXAMPLE .EX incus monitor --type=logging Only show log messages. incus monitor --pretty --type=logging --loglevel=info Show a pretty log of messages with info level or higher. incus monitor --type=lifecycle Only show lifecycle events. .EE .SH SEE ALSO .PP \fBincus(1)\fP .SH HISTORY .PP 11-Apr-2024 Auto generated by spf13/cobra