all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: node: system: avoid using 'Syslog'
@ 2024-02-15 12:59 Fiona Ebner
  2024-02-15 18:20 ` Dietmar Maurer
  0 siblings, 1 reply; 9+ messages in thread
From: Fiona Ebner @ 2024-02-15 12:59 UTC (permalink / raw)
  To: pve-devel

Reported in the community forum [0]. Since Proxmox VE 8/Debian 12,
rsyslog is not installed by default for new installations anymore [1].
The information gathered by the API call comes from the systemd
journal. While 'Syslog' could be interpreted as a shorthand for
"System Log", it's better to be explicit to avoid any confusion.

[0]: https://forum.proxmox.com/threads/141631/post-634675
[1]: https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.en.html#changes-to-system-logging

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 www/manager6/node/Config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index 4d9062f3..d27592ce 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -244,7 +244,7 @@ Ext.define('PVE.node.Config', {
 	if (caps.nodes['Sys.Syslog']) {
 	    me.items.push({
 		xtype: 'proxmoxJournalView',
-		title: 'Syslog',
+		title: gettext('System Log'),
 		iconCls: 'fa fa-list',
 		groups: ['services'],
 		disabled: !caps.nodes['Sys.Syslog'],
-- 
2.39.2





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-16  9:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 12:59 [pve-devel] [PATCH manager] ui: node: system: avoid using 'Syslog' Fiona Ebner
2024-02-15 18:20 ` Dietmar Maurer
2024-02-15 18:25   ` Dietmar Maurer
2024-02-16  7:58     ` Fiona Ebner
2024-02-16  7:56   ` Fiona Ebner
2024-02-16  8:29   ` Fiona Ebner
2024-02-16  9:01     ` Fabian Grünbichler
2024-02-16  9:22       ` Fiona Ebner
2024-02-16  9:25       ` Dietmar Maurer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal