19 lines
606 B
Markdown
19 lines
606 B
Markdown
### Summary ###
|
|
|
|
display or manage the client activity log.
|
|
|
|
### IO ###
|
|
|
|
```[{search_terms} {-delete}]/[text]```
|
|
|
|
### Description ###
|
|
|
|
by default, all entries in the table are displayed in 50 entries per page. you can pass the column names as -column_name (text) to refine your search to specific entries. this command can handle the following columns:
|
|
|
|
-time_stamp
|
|
-ip_address
|
|
-session_id
|
|
-client_version
|
|
-log_entry
|
|
|
|
you can also pass -delete that will cause the command to delete the entries instead of displaying them. note: passing no search terms with this option will delete all entries in the table. |