![](https://seccdn.libravatar.org/avatar/bbf4c170180cff922611955df3a1f7c9.jpg?s=120&d=mm&r=g)
Hello! Using openSUSE Leap 15.1, samba's smbd and nmbd log their successful boot with a high severity, i.e. log level 3, which is for errors. As I have configured my logging server to notify me by mail on all error, having smb and nmb logging their status as error is not desirable. Can please someone point me to an option where the severity (not the log level) of samba's status messages can be configured? Details: See output of `journalctl -b _COMM=nmbd -p 3 -q` ``` Jun 15 10:35:25 $HOSTNAME nmbd[1584]: [2020/06/15 10:35:24.425773, 0] ../lib/util/become_daemon.c:138(daemon_ready) Jun 15 10:35:25 $HOSTNAME nmbd[1584]: daemon_ready: STATUS=daemon 'nmbd' finished starting up and ready to serve connections Jun 15 10:35:48 $HOSTNAME nmbd[1584]: [2020/06/15 10:35:48.486197, 0] ../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2) Jun 15 10:35:48 $HOSTNAME nmbd[1584]: ***** Jun 15 10:35:48 $HOSTNAME nmbd[1584]: Jun 15 10:35:48 $HOSTNAME nmbd[1584]: Samba name server $HOSTNAME is now a local master browser for workgroup $WORKGROUP on subnet 192.168.x.x Jun 15 10:35:48 $HOSTNAME nmbd[1584]: Jun 15 10:35:48 $HOSTNAME nmbd[1584]: ***** ``` which IMHO should be empty, due to '-p 3' which limits output to severity "Error" or worse. best regards Thomas -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org