Added support for viewing PostgreSQL Server Logs in Text, CSV and JSON formats. #3981

This commit is contained in:
Khushboo Vashi
2024-07-03 16:17:29 +05:30
committed by GitHub
parent 93b5bc6bf8
commit 4f415f9768
37 changed files with 1056 additions and 545 deletions

View File

@@ -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
#############################################################################