menu:admin:action_logs:action_logs
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
menu:admin:action_logs:action_logs [2021/10/22 06:52] – pgels | menu:admin:action_logs:action_logs [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
+ | ===== User logs ===== | ||
+ | |||
+ | All actions within netYCE are logged to offer an audit trail. These are actions performed by the users and of some of the back-end functions (e.g. tftp server). User actions like the editing of variables are logged extensively as are the additions and deletes. The actions performed by the (scheduled) Jobs are not included in this log although the submission of these jobs by the users are. The Job execution results have their own log, the Job Logs. | ||
+ | |||
+ | The user action Log can accessed from the ' | ||
+ | |||
+ | By default the logs are filtered for the entries of the current user (or '' | ||
+ | |||
+ | |||
+ | {{: | ||
+ | |||
+ | Three categories of Filters can be used search logs. The '' | ||
+ | |||
+ | The filter strings support wildcard searches but will rarely be needed since the entered string will be treated as a case insensitive substring. To use wildcards, use the SQL characters '' | ||
+ | |||
+ | Using the date filter, results can now be sorted both by month, and by day in order to narrow down the searches. | ||
+ | |||
+ | ==== Log Details ==== | ||
+ | |||
+ | The Log Details are opened by double clicking any Log entry. Many logs offer additional details using multiple lines in the message. If the operator has sufficient access rights, these are displayed in the Log Details. | ||
+ | |||
+ | The kind of details available differ per message type. For the logs resulting from editing variables in the various forms, the next format is used: | ||
+ | o 1st line = " | ||
+ | o 2nd line = "Keys: <key> = < | ||
+ | o 3rd line = "" | ||
+ | o 4th line = < | ||
+ | o 5th line = " | ||
+ | o remaining lines as #4, #5 for other changed variables | ||
+ | |||
+ | When the variable contains a multiline value, the 5th line is replaced by a more elaborate section that consists of the **diff** (formatted differences) between the old and new values followed by the full new value. Various lines with '' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | ===== Job logs ===== | ||
+ | The logs of specific command jobs can be found in the operate section under Operate -> Jobs -> Job logs. | ||
+ | When clicking on the link in the lower right corner of each row, the job details will be displayed in a separate window. | ||