Finding Cluster Information
pgEdge Log Files

Logging

pgEdge Platform log files are located in the pgedge/logs directory under the pgEdge installation. A pgEdge log file is maintained for each node of the cluster.

Server logs for PostgreSQL servers installed by pgEdge are stored in the pgedge/data/logs/pgxx subdirectory for each installed server. If you have installed more than one version of PostgreSQL, you'll find a unique server log for each server; you can use the settings in the postgresql.conf file to control the content saved, the file rotation schedule, and other logged information.

The installer may modify the following PostgreSQL logging-related configuration options:

NameValue
log_destination'csvlog, stderr'
log_directory/opt/pgedge/data/logs/pg16
log_filename'postgresql-%a.log'
log_file_mode0600
log_rotation_size1GB
log_min_messageswarning
log_min_error_statementerror
log_connectionson
log_disconnectionson
log_error_verbosityverbose
log_line_prefix'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h'
log_statement'ddl'
log_temp_files1024
log_autovacuum_min_duration'0'
logging_collectoron
log_checkpointson
log_min_duration_statement1000
log_truncate_on_rotationon