diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-10 16:06:09 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-10 18:07:49 +0900 |
| commit | 90b1546bc2246eebee18d743bcb59e6700fcf8f9 (patch) | |
| tree | efd4866f2cebdbfd9fc0788b2729ca88b4e04d1b /doc | |
| parent | e92dafb302ca3a01538652f364cbd01f88d32853 (diff) | |
services: Fix logging for jami-service-type.
Its default behavior changed and it no longer logs to syslog by default;
update to log to /var/log/jami.log instead.
* gnu/services/telephony.scm (jami-configuration->command-line-arguments):
Drop /dev/log mapping. Add /var/log/jami.log mapping. Always add --console argument.
(jami-shepherd-services): Conditionally add #:log-file argument; simplify
usernames logic a bit.
* gnu/services/telephony.scm (jami-configuration): Update doc.
* doc/guix.texi (Telephony Services): Likewise.
Change-Id: Ia2819866c84db4cba92fad52dfd0a74acdc887fc
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9d41b43d94e..ce67ea9c827 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -32136,7 +32136,7 @@ The D-Bus package to use to start the required D-Bus session. The nss-certs package to use to provide TLS certificates. @item @code{enable-logging?} (default: @code{#t}) (type: boolean) -Whether to enable logging to syslog. +Whether to enable logging to @file{/var/log/jami}. @item @code{debug?} (default: @code{#f}) (type: boolean) Whether to enable debug level messages. |
