Log Scope
The commands within the log: scope are used for management of system logs.
| Command | Parameters | Description |
|---|---|---|
| log:clear | Clears log entries. | |
| log:display | [options] [logger] | Displays log entries. |
| log:exception-display | [logger] | Displays the last occurred exception from the log. |
| log:get | [options] [logger] | Shows the currently set log level. |
| log:log | [options] message | Logs a message. |
| log:set | level [logger] | Sets the log level. |
| log:tail | [options] [logger] | Continuously displays log entries. Use Ctrl+C to quit this command. |