mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-30 03:04:03 +02:00
doc: Document valid values for log-destination in postgresql-config-file.
* doc/guix.texi (Database Services) <posgresql-config-file> [log-destination]: Mention valid values. Change-Id: I111a258efba01c3889dfc36e44dc21f5137b91f1
This commit is contained in:
+4
-2
@@ -28826,8 +28826,10 @@ host all all ::1/128 md5"))
|
||||
|
||||
@table @asis
|
||||
@item @code{log-destination} (default: @code{"syslog"})
|
||||
The logging method to use for PostgreSQL@. Multiple values are accepted,
|
||||
separated by commas.
|
||||
The logging method to use for PostgreSQL@. Valid values are
|
||||
@code{"stderr"}, @code{"csvlog"}, @code{"jsonlog"}, stder@code{"syslog"}
|
||||
and @code{"eventlog"}. Multiple values are accepted, separated by
|
||||
commas.
|
||||
|
||||
@item @code{hba-file} (default: @code{%default-postgres-hba})
|
||||
Filename or G-expression for the host-based authentication
|
||||
|
||||
Reference in New Issue
Block a user