diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-02-04 23:50:17 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-02-15 22:48:20 +0100 |
| commit | 12bd93113c7a2ddf8c1db849550d1c0ae356f039 (patch) | |
| tree | 4f019c22d4a010da4148559bd50a17456bd45651 | |
| parent | c83bfc0415ba928b746362915d67600cdbb5da62 (diff) | |
news: Add entry for ‘system-log’ switch.
* etc/news.scm: Add entry.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Change-Id: Ie3d827741a01c95f2bea908b57c707342e8f2386
| -rw-r--r-- | etc/news.scm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 106a58a2b0a..5aea62c53cd 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -37,6 +37,43 @@ | |||
| 37 | (channel-news | 37 | (channel-news |
| 38 | (version 0) | 38 | (version 0) |
| 39 | 39 | ||
| 40 | (entry (commit "c83bfc0415ba928b746362915d67600cdbb5da62") | ||
| 41 | (title | ||
| 42 | (en "Guix System switches to the Shepherd's system log") | ||
| 43 | (de "Guix System wechselt zu Shepherds Systemprotokoll") | ||
| 44 | (fr "Guix System passe au journal système de Shepherd") | ||
| 45 | (body | ||
| 46 | (en "The default system log used on Guix System and part of | ||
| 47 | @code{%base-services} has been switched from the @command{syslogd} command of | ||
| 48 | GNU@tie{}Inetutils to the new built-in @code{system-log} service found in | ||
| 49 | version 1.0 of the Shepherd. | ||
| 50 | |||
| 51 | The advantages of this change are the fact that @code{system-log} can start | ||
| 52 | logging earlier after boot and stop shortly before shutdown, along with full | ||
| 53 | integration with the rest of @command{shepherd}, in particular with the new | ||
| 54 | @code{log-rotation} service.") | ||
| 55 | (de "Das vorgegebene Systemprotokoll, das auf Guix System benutzt | ||
| 56 | wird und Teil von @code{%base-services} ist, wurde ausgetauscht und anstelle | ||
| 57 | des Befehls @command{syslogd} aus den GNU@tie{}Inetutils wird der neue, in | ||
| 58 | Version 1.0 von Shepherd eingebaute @code{system-log}-Dienst benutzt. | ||
| 59 | |||
| 60 | Die Vorteile dieser Änderung sind, dass @code{system-log} schon früher nach | ||
| 61 | dem Start Protokolle aufnehmen kann, kurz vor dem Herunterfahren damit aufhört | ||
| 62 | und außerdem mit dem Rest von @command{shepherd} voll integriert ist, | ||
| 63 | insbesondere mit dem neuen Dienst @code{log-rotation} zur | ||
| 64 | Protokollrotation.") | ||
| 65 | (fr "Le journal système par défaut sur Guix System, qui fait partie | ||
| 66 | de @code{%base-services}, est passé de la commande @command{syslogd} de | ||
| 67 | GNU@tie{}Inetutils au nouveau service @code{system-log} fourni par la version | ||
| 68 | 1.0 du Shepherd. | ||
| 69 | |||
| 70 | Les avantages de ce changement sont le fait que @code{system-log} peut | ||
| 71 | commencer à enregistrer les journaux plus tôt pendant la séquence de | ||
| 72 | démarrage et s'arrêter plus tard au moment de l'arrêt, ainsi que son | ||
| 73 | intégration complète avec le reste de @command{shepherd}, en particulier avec | ||
| 74 | le nouveau service @code{log-rotation}.")))) | ||
| 75 | |||
| 76 | |||
| 40 | (entry (commit "0753a17ddf6f4fab98b93c25f1a93b97ff9e46bb") | 77 | (entry (commit "0753a17ddf6f4fab98b93c25f1a93b97ff9e46bb") |
| 41 | (title | 78 | (title |
| 42 | (en "The @command{guix deploy} command now supports the Hetzner Cloud | 79 | (en "The @command{guix deploy} command now supports the Hetzner Cloud |
