From 90b1546bc2246eebee18d743bcb59e6700fcf8f9 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 10 Feb 2026 16:06:09 +0900 Subject: 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 --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.3