Commissioning
To control the output of log files and better understand the operating status of the database, modify specific configuration parameters in the gaussdb.conf file in the instance data directory.
Table 1 describes the adjustable configuration parameters.
Parameter |
Description |
Value Range |
Remarks |
---|---|---|---|
client_min_messages |
Level of messages to be sent to clients. |
Default value: NOTICE |
Messages of the set level or lower will be sent to clients. The lower the level is, the fewer the messages will be sent. |
log_min_messages |
Level of messages to be recorded in server logs. |
Default value: WARNING |
Messages higher than the set level will be recorded in logs. The higher level indicates that the fewer server logs will be recorded. |
log_min_error_statement |
Level of SQL error statements to be recorded in server logs. |
Default value: ERROR |
SQL error statements of the set level or higher will be recorded in server logs. Only a system administrator is allowed to modify this parameter. |
log_min_duration_statement |
Minimum execution duration of a statement. If the execution duration of a statement is equal to or longer than the set milliseconds, the statement and its duration will be recorded in logs. Enabling this function can help you track the query attempts to be optimized. |
INT type. Default value: –1. Unit: millisecond |
The value –1 indicates that the function is disabled. Only a system administrator is allowed to modify this parameter. |
log_connections/log_disconnections |
Specifies whether to record a server log message when each session is connected or disconnected. |
Default value: off |
- |
log_duration |
Specifies whether to record the duration of each executed statement. |
Default value: off |
Only a system administrator is allowed to modify this parameter. |
log_statement |
SQL statements to be recorded in logs. |
Default value: none |
Only a system administrator is allowed to modify this parameter. |
log_hostname |
Specifies whether to record host names. |
Default value: off |
By default, connection logs only record the IP addresses of connected hosts. With this function, the host names will also be recorded. This parameter has an impact on viewing audit results, PG_STAT_ACTIVITY, and the GUC parameter log_line_prefix. |
Table 2 describes the parameter levels of Table 1.
Level |
Description |
---|---|
DEBUG[1-5] |
Provides information that can be used by developers. Level 1 is the lowest level whereas level 5 is the highest level. |
INFO |
Provides information about users' hidden requests, for example, information about the VACUUM VERBOSE process. |
NOTICE |
Provides information that may be important to users, for example, truncations of long identifiers or indexes created as a part of a primary key. |
WARNING |
Provides warning information for users, for example, COMMIT out of transaction blocks. |
ERROR |
Reports an error that causes a command to terminate. |
LOG |
Reports information that administrators may be interested in, for example, the activity levels of check points. |
FATAL |
Reports the reason that causes a session to terminate. |
PANIC |
Reports the reason that causes all sessions to terminate. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot