Hi, I had the same issue, events log stuck.
New install of openhab 4.3.1 on a Raspi 4 via openhabian on a 64bit lite OS just before Xmas.
I thought something was up at the end of a rules coding session on the 30 Dec when I tried to return my binding log setting back to ‘normal’ I saw that pressing the cog “Configure Add-on” for an installed binding no longer came up with the choice to change log levels. May be this precipitated the problem.
The stuck log looked like this:
2024-12-30 21:06:13.309 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BTTortolaVRssi' changed from -69 dBm to -63 dBm
Also got
openhab> log:tail
[Fatal Error] :126:17: Content is not allowed in trailing section.
Error executing command: Unable to retrieve level for logger
The openhab GUI logging looked like
20:07:51.033 ERROR org.openhab.core.items.GenericItem Tried to set invalid state 1.0 (DecimalType) on item rgbCommandToggle of type StringItem, ignoring it
20:07:51.559 ERROR org.openhab.core.items.GenericItem Tried to set invalid state 1.0 (DecimalType) on item HVAC_Z2Use_Anticipate of type StringItem, ignoring it
20:07:56.342 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'lighting_outside-1' failed: Could not cast NULL to java.lang.Number; line 21, column 25, length 39 in lighting_outside
20:07:57.897 ERROR org.openhab.core.items.GenericItem Tried to set invalid state 0.0 (DecimalType) on item EnergyDirection of type StringItem, ignoring it
20:07:58.266 ERROR org.openhab.core.items.GenericItem Tried to set invalid state 1.0 (DecimalType) on item HVAC_Z1Use_Anticipate of type StringItem, ignoring it
20:07:59.064 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'hotwatercontrol-1' failed: Could not cast NULL to java.lang.Number; line 34, column 28, length 38 in hotwatercontrol
20:07:59.067 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'energy-1' failed: Could not cast NULL to java.lang.Number; line 18, column 50, length 39 in energy
20:08:00.905 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'modes&global-13' failed: The name 'sendNotification' cannot be resolved to an item or type; line 243, column 9, length 85 in modes&global
20:08:01.512 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'lighting_outside-1' failed: Could not cast NULL to java.lang.Number; line 22, column 25, length 39 in lighting_outside
20:08:01.529 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'lighting_outside-1' failed: Could not cast NULL to java.lang.Number; line 22, column 25, length 39 in lighting_outside
20:08:02.040 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'Thermostatz1beta-3' failed: Could not cast 19.8 °C to java.lang.Number; line 115, column 24, length 62 in Thermostatz1beta
20:08:02.049 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'LoungeSimpler-1' failed: The name 'ON' cannot be resolved to an item or type; line 50, column 33, length 2 in LoungeSimpler
20:08:05.952 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'VoiceAnnouncements-3' failed: The name 'sendNotification' cannot be resolved to an item or type; line 69, column 9, length 61 in VoiceAnnouncements
20:08:06.317 ERROR org.openhab.core.automation.module.script.internal.handler.AbstractScriptModuleHandler Script execution of rule with UID 'pimp-4' failed: sleep interrupted in pimp
20:08:25.322 ERROR org.openhab.core.internal.common.AbstractInvocationHandler An error occurred while calling method 'QueryablePersistenceService.query()' on 'org.openhab.persistence.mapdb.internal.MapDbPersistenceService@7c38882b': null
20:08:25.342 ERROR org.openhab.core.persistence.internal.PersistenceManagerImpl Exception occurred while querying persistence service 'mapdb' to restore 'SolarEnergy': null
20:08:27.301 ERROR org.openhab.core.internal.common.AbstractInvocationHandler An error occurred while calling method 'QueryablePersistenceService.query()' on 'org.openhab.persistence.mapdb.internal.MapDbPersistenceService@7c38882b': null
20:08:27.320 ERROR org.openhab.core.persistence.internal.PersistenceManagerImpl Exception occurred while querying persistence service 'mapdb' to restore 'SolCastEstimateMap': null
20:08:27.447 ERROR org.openhab.core.internal.common.AbstractInvocationHandler An error occurred while calling method 'QueryablePersistenceService.query()' on 'org.openhab.persistence.mapdb.internal.MapDbPersistenceService@7c38882b': null
20:08:27.465 ERROR org.openhab.core.persistence.internal.PersistenceManagerImpl Exception occurred while querying persistence service 'mapdb' to restore 'SolCastLive': null
20:08:27.510 ERROR org.openhab.core.internal.common.AbstractInvocationHandler An error occurred while calling method 'QueryablePersistenceService.query()' on 'org.openhab.persistence.mapdb.internal.MapDbPersistenceService@7c38882b': null
20:08:27.527 ERROR org.openhab.core.persistence.internal.PersistenceManagerImpl Exception occurred while querying persistence service 'mapdb' to restore 'SolcastCronTriggerType': null
I tried
sudo systemctl restart openhab.service
didn’t fix it and then a shutdown and cold start, didn’t fix it.
At this point all my rules appeared to have stopped working !!
Tried a reinstall on top via openhabian but both no event logging and no rules persisted.
Then I Googled the openhab Community and came up this topic.
for me this line looked like:
</Loggers>
</Configuration>ion>
Correcting this as below restored the the event logging, logging choices for the binding and my rules started running again.
</Loggers>
</Configuration>
Thanks all for the support! 
Just thought I would log my experience on this to add to the body of evidence if this needs a bug report.