guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] 08/24: shepherd: Encode log as UTF-8 unconditionally.


From: Ludovic Courtès
Subject: [shepherd] 08/24: shepherd: Encode log as UTF-8 unconditionally.
Date: Mon, 28 Mar 2022 17:24:46 -0400 (EDT)

civodul pushed a commit to branch wip-fibers
in repository shepherd.

commit fdb364ede7e315b363caeeb23fb20ac503a23111
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 23 17:03:14 2022 +0100

    shepherd: Encode log as UTF-8 unconditionally.
    
    * modules/shepherd.scm (main): Add 'set-port-encoding!' call.
---
 modules/shepherd.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/shepherd.scm b/modules/shepherd.scm
index a8eb238..febbfef 100644
--- a/modules/shepherd.scm
+++ b/modules/shepherd.scm
@@ -357,6 +357,8 @@ already ~a threads running, disabling 'signalfd' support")
                          (%make-void-port "w")
                          (current-output-port)))))
 
+      (set-port-encoding! (log-output-port) "UTF-8")
+
       ;; Start the 'root' service.
       (start root-service)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]