mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support for viewing PostgreSQL Server Logs in Text, CSV and JSON formats. #3981
This commit is contained in:
@@ -929,6 +929,12 @@ SERVER_HEARTBEAT_TIMEOUT = 30 # In seconds
|
||||
#############################################################################
|
||||
ENABLE_SERVER_PASS_EXEC_CMD = False
|
||||
|
||||
#############################################################################
|
||||
# Number of records to fetch in one batch for server logs.
|
||||
##############################################################################
|
||||
|
||||
ON_DEMAND_LOG_COUNT = 10000
|
||||
|
||||
#############################################################################
|
||||
# Patch the default config with custom config and other manipulations
|
||||
#############################################################################
|
||||
|
||||
Reference in New Issue
Block a user