[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 08/09: shepherd: Encode log as UTF-8 unconditionally.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 08/09: shepherd: Encode log as UTF-8 unconditionally. |
Date: |
Wed, 23 Mar 2022 18:26:34 -0400 (EDT) |
civodul pushed a commit to branch wip-fibers
in repository shepherd.
commit b7cf0eecaccce184e7a6b793a8065b5190eeb4db
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 dc07f60..1c46c6b 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)
- [shepherd] branch wip-fibers created (now abbdd1e), Ludovic Courtès, 2022/03/23
- [shepherd] 02/09: build: Drop support for Guile 2.0., Ludovic Courtès, 2022/03/23
- [shepherd] 03/09: Use Fibers., Ludovic Courtès, 2022/03/23
- [shepherd] 01/09: shepherd: Factorize out the main loop., Ludovic Courtès, 2022/03/23
- [shepherd] 05/09: shepherd: Use one fiber for signal handling, and one for clients., Ludovic Courtès, 2022/03/23
- [shepherd] 08/09: shepherd: Encode log as UTF-8 unconditionally.,
Ludovic Courtès <=
- [shepherd] 04/09: build: Capture the source and object directories of Fibers., Ludovic Courtès, 2022/03/23
- [shepherd] 06/09: service: 'read-pid-file' no longer blocks., Ludovic Courtès, 2022/03/23
- [shepherd] 07/09: service: 'read-pid-file' uses (@ (guile) sleep) when it's not suspendable., Ludovic Courtès, 2022/03/23
- [shepherd] 09/09: service: 'make-forkexec-constructor' spawns a logging fiber., Ludovic Courtès, 2022/03/23