The officially official Devuan Forum!

You are not logged in.

#1 2026-09-01 15:13:43

ovi
Member
Registered: 2026-03-29
Posts: 34  

syslog-ng will replace rsyslog as default logging system?

I have installed Freia (devuan_freia_7.0-202608191935_amd64_netinstall.iso) in a Virtual Machine and I noticed that syslog-ng  is installed by default instead rsyslog. syslog-ng will replace rsyslog as default logging in the future ?

Offline

#2 2026-09-01 21:16:49

rbit
Administrator
Registered: 2018-06-12
Posts: 145  

Re: syslog-ng will replace rsyslog as default logging system?

ovi wrote:

syslog-ng will replace rsyslog as default logging in the future ?

I don't know, haven't taken a poll or anything.  So far it's just a test on the netinstall.  Have you had any issues with it?

The reason for the change: https://www.rsyslog.com/clarifying-ai-f … r-rsyslog/
Of course, you're free to remove syslog-ng and replace it with rsyslog after the installation is complete.  And I may change the default back later, if that's what most users want.

Offline

#3 2026-09-02 06:02:35

rolfie
Member
Registered: 2017-11-25
Posts: 1,499  

Re: syslog-ng will replace rsyslog as default logging system?

Used the same iso for my text in a VBox VM. Was my second go, in an earlier iso from end of June no logger was installed.

What the performance concerns: Nothing that caugth my eye in this short test. It works with mate-system-log as displayer.

Offline

#4 2026-09-02 08:21:47

blackhole
Member
Registered: 2020-03-16
Posts: 240  

Re: syslog-ng will replace rsyslog as default logging system?

While I can understand their embracing of LLMs being a good enough reason to switch, syslog-ng is a product with proprietary and free versions, all hosted on MS github, so I'm not sure how long their current "on the fence" LLM usage stance will last:

https://www.syslog-ng.com/community/b/b … ent-and-ai

In the long term, providing a Linux distribution, whilst avoiding LLM generated code may become next to impossible, especially considering the Linux kernel and it's corporate contributors, who have no qualms at all in using it.

Offline

#5 Yesterday 19:59:09

ovi
Member
Registered: 2026-03-29
Posts: 34  

Re: syslog-ng will replace rsyslog as default logging system?

It doesn't seem to be a big difference between them for a basic use, at least for a local logging. I did some small changes for rsyslog config: I log errors in a separate errors.log file (I seen this on Void Linux Socklog, is as default), changed the default timestamp to local time and a more friendly date format. But I see that syslog-ng is already configured like this smile.

It works with mate-system-log as displayer.

I didn't know there is such a log viewer. I searched for one on the internet but haven't found a simple one, most of them are commercial products for complex use cases.

Offline

#6 Yesterday 20:57:14

rolfie
Member
Registered: 2017-11-25
Posts: 1,499  

Re: syslog-ng will replace rsyslog as default logging system?

mate-system-log is part of mate-utils. gnome-logs nowadays is meant only for systemd systems.

Is there anybody who has other solutions to display log files?

Offline

#7 Yesterday 21:19:15

ovi
Member
Registered: 2026-03-29
Posts: 34  

Re: syslog-ng will replace rsyslog as default logging system?

mate-utils provides other tools as well: mate-screenshot, mate-search-tool, mate-dictionary, mate-system-log and mate-disk-usage-analyzer. The package doesn't require Mate DE, maybe they work everywhere. Excluding mate-screenshot all tools work also on Wayland. I uses labwc and if it works for me, so I think they should work everywhere. I suppose mate-system-log was done back in the days when systemd wasn't adopted, yet?
What is missing are the desktop files, but running them from the CLI work.

Last edited by ovi (Yesterday 21:20:25)

Offline

#8 Yesterday 21:48:26

rolfie
Member
Registered: 2017-11-25
Posts: 1,499  

Re: syslog-ng will replace rsyslog as default logging system?

Well, I do create my own starter in the menu. No problem with that.

Offline

#9 Yesterday 22:33:54

ovi
Member
Registered: 2026-03-29
Posts: 34  

Re: syslog-ng will replace rsyslog as default logging system?

What is missing are the desktop files

No, sorry I was wrong. The desktop files are in

 /usr/share/applications 

I have copied them in ~/.local/share:

$ cp /usr/share/applications/mate-*.desktop ~/.local/share/applications/

And I removed this setting from the file:

OnlyShowIn=MATE;

And now I can find them in my wofi menu. Probably for Desktop environments the desktop file should be changed in another way.

Offline

Board footer