Version 4.2.3 in docker and problem stopping logging to logfiles openhab.log/events.log

.....
+ exec gosu openhab tini -s ./start.sh server
Launching the openHAB runtime...
09:35:05.067 [OH-ruleengine-1] ERROR org.openhab.core.automation.internal.RuleEngineImpl
..... here more logs from rules which former were in openhab.log

unfortunatly nothing in logs gives me a hint. But former the logs were all in openhab.log written and after “Launching the openHAB runtime…” normally the docker log no more filled after launch of startscript. Now there are the rule-logs.
But the events.log stays empty as the openhab.log.
I also got an log4j2.xml from backup middle november but no difference.

ok, i tried from documentation (Logging | openHAB) to login to karaf-konsole and see the itemlogs from there. and there i got the following:

openhab> log:tail org.openhab.io.rest.core.item.ItemResource                                                                                                                                                                                                                                                                                                                                                                               
Error executing command: Unrecognized configuration

this seems to be a hint, but what configuration is it?

now i got an older article [SOLVED] OH3 logging not possible, openhab.log last entries some days ago - #10 by jimtng

ls -la org.ops4j.pax.logging.cfg
-rw-r--r-- 1 9001 9001 0 27. Nov 01:00 org.ops4j.pax.logging.cfg

This file was corrupted.

I entered the contend ssuggested by the article “org.ops4j.pax.logging.log4j2.config.file=${karaf.etc}/log4j2.xml” and now it loggs again.

Thank you for all.