Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Логирование в SimpleOne происходит путём добавления записи в sys_log (сюда попадают все логи всех модулей), sys_log_script (сюда попадают расширенные логи работы скриптов), sys_log_exception (сюда попадают исключения, выброшенные при работе скриптов) и sys_history (сюда попадают все изменения полей).
sys_log
To find the sys_log records, navigate to the System Logs → Main Log {or, in general, following the link looking like {your_instance_url}/list/sys_log)
тут вставить какую-нибудь переходную
Field | Description |
---|---|
Sys | The unique ID of the message. |
Sys created at | This field stores information about the record creating date and time. |
Sys created by | Reference to the user who has created the record in the table. |
Sys updated at | This field stores information about the record updating date and time. |
Level | Message importance level:
These messages are also can be added by relevant SimpleSystem API methods |
Message | The log message content. |
Source | The message source (the module or script or functionality that was the originator of the logging). |
sys_log_script
To find the sys_log_script records, follow the link looking like {your_instance_url}/list/sys_log_script)
тут вставить какую-нибудь переходную
Field | Description |
---|---|
Sys | The unique ID of the message. |
Sys created at | This field stores information about the record creating date and time. |
Info |
sys_log_exception
sys_history
Table of Contents | ||||
---|---|---|---|---|
|