After running yum update on one of my boxes, I am receiving a continuous stream of entries in /var/log/messages and fill up the disk. I could not make out where the events are coming from
Linux host1 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
log snippet
Apr 27 21:05:45 127.0.0.1 2020-04-27 21:05:45,537 [Thread-0] WARN EventLog.confd- UserSessNotification[STOP, user=[name=admin, usid=981303, addr=127.0.0.1, prot=1], db=DB_NONE]
Apr 27 21:05:45 127.0.0.1 2020-04-27 21:05:45,537 [Thread-0] WARN EventLog.confd- AuditNotification[logno=107, user=admin, usid=981303, msg="Logged out from maapi ctx=mappi (end_user_session)"]
Apr 27 21:06:18 127.0.0.1 2020-04-27 21:06:18,587 [Thread-0] WARN EventLog.confd- AuditNotification[logno=105, user=admin, usid=981305, msg="assigned to groups: admin"]
Apr 27 21:06:18 127.0.0.1 2020-04-27 21:06:18,587 [Thread-0] WARN EventLog.confd- UserSessNotification[START, user=[name=admin, usid=981305, addr=127.0.0.1, prot=1], db=DB_NONE]
Apr 27 21:06:18 127.0.0.1 2020-04-27 21:06:18,587 [Thread-0] WARN EventLog.confd- AuditNotification[logno=105, user=admin, usid=981305, msg="assigned to groups: admin"]
Apr 27 21:06:18 127.0.0.1 2020-04-27 21:06:18,587 [Thread-0] WARN EventLog.confd- UserSessNotification[START, user=[name=admin, usid=981305, addr=127.0.0.1, prot=1], db=DB_NONE]
Apr 27 21:06:18 127.0.0.1 2020-04-27 21:06:18,589 [Thread-0] WARN EventLog.confd- UserSessNotification[STOP, user=[name=admin, usid=981305, addr=127.0.0.1, prot=1], db=DB_NONE]
Apr 27 21:06:18 127.0.0.1 2020-04-27 21:06:18,590 [Thread-0] WARN EventLog.confd- AuditNotification[logno=107, user=admin, usid=981305, msg="Logged out from maapi ctx=mappi (end_user_session)"]
Apr 27 21:06:18 127.0.0.1 2020-04-27 21:06:18,589 [Thread-0] WARN EventLog.confd- UserSessNotification[STOP, user=[name=admin, usid=981305, addr=127.0.0.1, prot=1], db=DB_NONE]
Apr 27 21:06:18 127.0.0.1 2020-04-27 21:06:18,590 [Thread-0] WARN EventLog.confd- AuditNotification[logno=107, user=admin, usid=981305, msg="Logged out from maapi ctx=mappi (end_user_session)"]
Apr 27 21:06:51 127.0.0.1 2020-04-27 21:06:51,636 [Thread-0] WARN EventLog.confd- AuditNotification[logno=105, user=admin, usid=981306, msg="assigned to groups: admin"]
Apr 27 21:06:51 127.0.0.1 2020-04-27 21:06:51,636 [Thread-0] WARN EventLog.confd- UserSessNotification[START, user=[name=admin, usid=981306, addr=127.0.0.1, prot=1], db=DB_NONE]
Can anyone recognise these entries and how can I suppress them?
I have checked in my rsyslog.conf and the system is definitely not logging kernel messages.