i
Logs
Configures the automatic generation and debugging of log files.
Configurable Properties
Maximum execution time for SQL queries
Defines the maximum time in milliseconds that is considered allowable for an SQL query.
If the execution of a query exceeds this time, use writes the sentence executed in a log file. If the defined value is 0, the query time is not controlled.
Name |
SQLMaximumQueryTime |
Code |
LOG_SQL_MAX_TIME |
Configuration Levels |
|
•Installation |
|
•Application |
|
•Organizational Unit |
|
•User |
|
Dynamic |
|
Encrypted |
|
Default Value |
100 |
It establishes the types of logs that are reported in the log file.
it is recommended to use the default configuration.
Name |
LogsTypesEnabled |
Code |
ENABLED_LOG_TYPES |
Configuration Levels |
|
•Installation |
|
•Application |
|
•Organizational Unit |
|
•User |
|
Dynamic |
|
Encrypted |
|
Possible Values |
•ERROR (Predetermined) •SERVLET (Predetermined) •SERVLET_TIME (Predetermined) •RULE_TIME (Predetermined) •SQL •SQL_TIME (Predetermined) •CORRECT_PROCESS(Predetermined)
|
Los valores se ingresan separados por ";".
Por ejemplo, el valor predeterminado es el siguiente: "ERROR;SERVLET;SERVLET_TIME;RULE_TIME;SQL_TIME;;CORRECT_PROCESS"
•ERROR
Reporta errores de ejecución.
•SERVLET
Reporta los parámetros recibidos por todas las servlet.
Debería estar activado solamente cuando se esta analizando una situación de error, para visualizar los datos transferidos entre las servlets.
•SERVLET_TIME
Reporta los tiempos de ejecución de las servlet que superan el umbral definido.
•RULE_TIME
Reporta todas las reglas cuyo tiempo de ejecución supera el umbral establecido en la propiedad LOG_LOGIC_MAX_TIME.
•SQL
Reporta las sentencias SQL junto al tiempo que transcurre al ejecutarse.
•SQL_TIME
Reporta todas las sentencias SQL cuyo tiempo de ejecución supera el umbral establecido en la propiedad LOG_SQL_MAX_TIME
•CORRECT_PROCESS
Reporta los resultados de la ejecución del proceso corrector del pool de sesiones.
The generated log files are automatically deleted by the system's log purging process.
This property sets the number of days that should persist, in order to delete them.
If the value is zero, files will never be deleted.
Name |
LogsPersistenceFiles |
Code |
LOG_FILES_DAYS_OLD |
Configuration Levels |
|
•Installation |
|
•Application |
|
•Organizational Unit |
|
•User |
|
Dynamic |
|
Encrypted |
|
Default Value |
15 |
Defines a time, expressed in milliseconds. When the execution of a business rule exceeds this threshold, are saved the input and output parameters in a log file.
If the value defined is 0, the execution time of the rules is not controlled.
Name |
RulesTimeMaximumExecution |
Code |
LOG_LOGIC_MAX_TIME |
Configuration Levels |
|
•Installation |
|
•Application |
|
•Organizational Unit |
|
•User |
|
Dynamic |
|
Encrypted |
|
Default Value |
400 |
Sets the number of days, during which the information is kept in the logs console. (LOG_DATA Table)
The purging of old system logs will delete those records that were previous to the number of days indicated.
Name |
LogsDebuggingConsole |
Code |
LOG_DATA_DAYS_OLD |
Configuration Levels |
|
•Installation |
|
•Application |
|
•Organizational Unit |
|
•User |
|
Dynamic |
|
Encrypted |
|
Default Value |
15 |