Online Console
Was this helpful?
Was this helpful?
Path: System Configs > Online Console
The system can be monitored through the Online Console.
In order to launch the Online Console, go to System Configs > Setting, and set the value of TSMP_ONLINE_CONSOLE
to true
.
Based on the security policy to prevent sensitive data leakage, TSMP_ONLINE_CONSOLE
will be automatically shut down by a housekeeping scheduled task every day at dawn. This serves as a precaution in case IT personnel forget to close it. Normally, it should be closed immediately after use to ensure information security. Any personnel changes will be recorded in the Audit log for future inquiry.
Set the log level to view. The system defaults to Debug.
TRACE
The primary purpose is to debug and troubleshoot, which assists developers in understanding whether a request has been modified or had headers or other metadata added during transmission, and whether it has passed through a proxy server, etc.
DEBUG
Used for debugging and troubleshooting and allows users to view detailed debug information to help analyze and resolve issues.
INFO
Record system information, log information, service information, system monitoring.
WARN
Refers to the Warning information that is typically used to alert users to potential problems or errors.
ERROR
Refers to the Error information that is typically used to display errors or important problems in the application that may cause the application to not function properly or perform the wrong operations.
API-log
The function or log used to record API requests and responses for an application or service.
Upon making API calls, the user can view four logs of the API via API-log.
The four logs of the API-log are provided in the following formats.
The first log provides the URL
, Http Req Header
, and Req payload / Form Data
formats.
The 2nd and 3rd log provide the URL
, Http Req Header
, Req payload / Form Data
, Http Resp Header
, Http status code
, Http Elapsed Time
, and Resp payload....Return....
formats.
The fourth log provides the Http Resp Header
, Http status code
, and Resp payload / Form Data
formats.