Help - log files don't update?

Hi there,

Somehow my openhab logfiles don’t update anymore. If I use ‘ls’ it shows:

-rw-r–r-- 1 openhab openhab 9150464 Jun 29 21:13 events.log
-rw-r–r-- 1 openhab openhab 13807616 Jun 29 21:13 openhab.log

However, if I cat openhab.log I get:

2018-06-02 19:27:41.749 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint ‘LEQ0581399:0#SIGNAL_STRENGTH’
2018-06-02 19:28:11.003 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint ‘LEQ0582201:0#RSSI’
2018-06-02 19:28:11.011 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint ‘LEQ0582201:0#SIGNAL_STRENGTH’
2018-06-02 19:28:27.310 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint ‘LEQ0782160:0#RSSI’
2018-06-02 19:28:27.316 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint ‘LEQ0782160:0#SIGNAL_STRENGTH’
2018-06-02 19:28:50.341

And it suddenly stops there - can anyone tell me what causes this and how I could fix it?

Version of OH, OS, hardware, etc? With so little info, it is very hard to try to help troubleshoot. Is OH responsive at all? As in, can you control anything from a UI, or are there rules that you know are running? If not, restart OH… something may have hung up. Maybe something to do with the Homematic errors. If OH is responsive but not logging anything, try log:get from Karaf. This will show you what is supposed to be getting logged. Maybe you’ve adjusted the default logging config?

Maybe this was just an example you were using… if not try tail -F -n1000 [path to file]. This will continuously monitor the file, and continue after the file rolls over. It also shows you the previous 1000 lines, in case you missed something.

Sorry completely forgot to add the version, it’s 2.3.0-1 (deb package).
I get the same result using tail
OH is working normally besides that

I did not change the log settings - however, where can I find them?

They will also be in /userdata/etc/org.ops4j.pax.logging.cfg.