mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-24 06:53:59 +08:00
This patch adds the database to log_line_prefix to make it easier to correlate test output with entries in the postgres log.
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
shared_preload_libraries=timescaledb
|
|
max_worker_processes=16
|
|
autovacuum=false
|
|
random_page_cost=1.0
|
|
timescaledb.telemetry_level=off
|
|
timescaledb.last_tuned='1971-02-03 04:05:06.789012 -0300'
|
|
timescaledb.last_tuned_version='0.0.1'
|
|
timescaledb_telemetry.cloud='ci'
|
|
log_line_prefix='%u [%p] %d '
|