From c7e3617cf241a204e42c37047553e9e8ac6722c4 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 17 Feb 2023 22:36:00 -0500 Subject: gnu: libreoffice: Enable logging system. * gnu/packages/libreoffice.scm (libreoffice) [configure-flags]: Add --enable-sal-log. --- gnu/packages/libreoffice.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages/libreoffice.scm') diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 32802334e7..7ce89fc904 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -1023,6 +1023,10 @@ (define (install-appdata app) #~(list "--enable-release-build" "--with-vendor=GNU Guix" + ;; Without the SAL logging system enabled, LibreOffice is utterly + ;; silent. Setting the environment variable 'SAL_INFO=+INFO' can be + ;; useful to debug problems. + "--enable-sal-log" ;; Avoid using all cpu cores by default (format #f "--with-parallelism=~d" (parallel-job-count)) "--disable-fetch-external" ; disable downloads -- cgit v1.2.3