Logging and monitoring

PostgreSQL instance with ‘log_error_verbosity’ flag set to ‘terse’

Description

Auditing helps in troubleshooting operational problems and also permits forensic analysis. If log_error_verbosity is not set to the correct value, too many details or too few details may be logged. This flag should be configured with a value of 'DEFAULT' or stricter. TERSE excludes the logging of DETAIL, HINT, QUERY, and CONTEXT error information and thus not recommended.