services: guix-publish: Log to a file.
This makes it easier to read the output, as it's recorded in a file. * gnu/services/base.scm (guix-publish-shepherd-service): Add #:log-file to make-forkexec-constructor.
This commit is contained in:
parent
47b9614b31
commit
b09793172f
|
@ -1824,7 +1824,8 @@ raise a deprecation warning if the 'compression-level' field was used."
|
||||||
#:environment-variables
|
#:environment-variables
|
||||||
(list (string-append "GUIX_LOCPATH="
|
(list (string-append "GUIX_LOCPATH="
|
||||||
#$glibc-utf8-locales "/lib/locale")
|
#$glibc-utf8-locales "/lib/locale")
|
||||||
"LC_ALL=en_US.utf8")))
|
"LC_ALL=en_US.utf8")
|
||||||
|
#:log-file "/var/log/guix-publish.log"))
|
||||||
(stop #~(make-kill-destructor))))))
|
(stop #~(make-kill-destructor))))))
|
||||||
|
|
||||||
(define %guix-publish-accounts
|
(define %guix-publish-accounts
|
||||||
|
|
Loading…
Reference in New Issue