Cluster log

Options

optiondescriptionAllowed values
output-formatformat the output to one of table, json or yamlstring
max-itemsmax number of log lines we grab from nodesinteger
proxmox-nodescomma separated list of nodes issuing the log linesstring
severitiesfilter logs by severities. this option is a coma separated list of severities labels (panic,alert,critical,error,warning,notice,info,debug)string

Examples

  • Show cluster log
proxcli cluster log
  • Show errors searching in the last 1000 logs lines
proxcli cluster log --severities critical,error,warning --max-items 1000