docker-postgis/scripts
FunkyPants 1464732b77
add log (#492)
|       env              | image_env               | default_value          |
|---------------------|----------------------|-------------|
| logging_collector   | LOGGING_COLLECTOR    | off         |
| log_directory       | LOG_DIRECTORY        | pg_log      |
| log_filename        | LOG_FILENAME         | xxx         |
| log_rotation_age    | LOG_ROTATION_AGE     | 1d          |
| log_rotation_size   | LOG_ROTATION_SIZE    | 100MB       |
| log_truncate_on_rotation | LOG_TRUNCATE_ON_ROTATION | on         |
| log_lock_waits      | LOG_LOCK_WAITS       | on          |
| log_duration        | LOG_DURATION         | on          |
| log_statement       | LOG_STATEMENT        | all         |
| log_min_duration_statement | LOG_MIN_DURATION_STATEMENT | 20        |
| log_connections     | LOG_CONNECTIONS      | on          |
| log_disconnections  | LOG_DISCONNECTS      | on          |
| log_line_prefix     | LOG_LINE_PREFIX      | xx          |
| log_timezone        | LOG_TIMEZONE         | Etc/UTC     |
2024-12-14 11:39:23 +02:00
..
docker-entrypoint.sh fix #439 (#445) 2023-09-04 21:56:45 +02:00
env-data.sh add log (#492) 2024-12-14 11:39:23 +02:00
setup-conf.sh add log (#492) 2024-12-14 11:39:23 +02:00
setup-database.sh Fix issue with multiple schema creation and modify existing tests (#454) 2023-10-02 13:20:27 +02:00
setup-pg_hba.sh add option to deactivate cron installation, run bash script through s… (#442) 2023-08-20 23:27:11 +02:00
setup-replication.sh fix #439 (#445) 2023-09-04 21:56:45 +02:00
setup-ssl.sh add option to deactivate cron installation, run bash script through s… (#442) 2023-08-20 23:27:11 +02:00
setup-user.sh fix timescale build args (#470) 2024-03-17 20:07:08 +02:00
setup.sh add option to deactivate cron installation, run bash script through s… (#442) 2023-08-20 23:27:11 +02:00