first commit

This commit is contained in:
Sergey Dudoladov
2019-09-12 16:58:07 +02:00
parent 3937a8d4fc
commit 4cc095f913
4 changed files with 19 additions and 2 deletions
+2
View File
@@ -19,6 +19,8 @@ Global/Universal
- **PATRONI\_LOG\_FILE\_NUM**: The number of application logs to retain.
- **PATRONI\_LOG\_FILE\_SIZE**: Size of patroni.log file (in bytes) that triggers a log rolling.
- **PATRONI\_LOG\_LOGGERS**: Redefine logging level per python module. Example ``PATRONI_LOG_LOGGERS="{patroni.postmaster: WARNING, urllib3: DEBUG}"``
- **PATRONI\_DEBUG\_MODE**: When set to a non-empty value, makes Patroni run in the special debug mode that enables stepping with a debugger through some execution paths within Patroni `
Example ``PATRONI_DEBUG_MODE="on"``
Bootstrap configuration
-----------------------