MRCI/docs/intern_commands/ls_act_log.md

19 lines
606 B
Markdown
Raw Normal View History

2019-09-06 23:43:07 -04:00
### 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.