I use openSUSE Leap 42.3 and there is no file /var/log/messages. How is that possible? I have seen that in this file are logs regarding my system.
Edit
Trying to install rsyslog I get
sudo zypper install rsyslog Loading repository data... Reading installed packages... Resolving package dependencies... Problem: systemd-logger-228-38.1.x86_64 conflicts with namespace:otherproviders(syslog) provided by rsyslog-8.24.0-1.3.x86_64 Solution 1: deinstallation of systemd-logger-228-38.1.x86_64 Solution 2: do not install rsyslog-8.24.0-1.3.x86_64 Also the files in the /var/log are:
- alternatives.log
- boot.log
- pbl.log
- snapper.log
- zypper.log
rsyslogor something similar is present. edit: in fact it looks like openSUSE no longer installs a syslog daemon by default, usingsystemdfor logging instead (since it appearssystemdalways logs)./var/log/? Is it justmessagesthat's missing?