Logs duplicated for same time stamp and same event

i am not able to understand why after a while that OH is online my logs files are getting filled with 5 times of the same events?
exmaple
nt] - BatmenVsGodIPhone8Plus_BatteryLevel changed from 68.00000071525574 to 66.00000262260437
12:47:49.608 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGodIPhone8Plus_BatteryLevel changed from 68.00000071525574 to 66.00000262260437
12:47:49.608 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGodIPhone8Plus_BatteryLevel changed from 68.00000071525574 to 66.00000262260437
12:47:49.608 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGodIPhone8Plus_BatteryLevel changed from 68.00000071525574 to 66.00000262260437
12:47:49.608 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGodIPhone8Plus_BatteryLevel changed from 68.00000071525574 to 66.00000262260437
12:47:49.642 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGod_Location changed from 31.260868920973746,34.80762485417985 to 31.27368754118157,34.809090752386545
12:47:49.642 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGod_Location changed from 31.260868920973746,34.80762485417985 to 31.27368754118157,34.809090752386545
12:47:49.642 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGod_Location changed from 31.260868920973746,34.80762485417985 to 31.27368754118157,34.809090752386545
12:47:49.642 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGod_Location changed from 31.260868920973746,34.80762485417985 to 31.27368754118157,34.809090752386545
12:47:49.642 [INFO ] [smarthome.event.ItemStateChangedEvent] - BatmenVsGod_Location changed from 31.260868920973746,34.80762485417985 to 31.27368754118157,34.809090752386545
12:47:49.671 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDistanceFromHome changed from 1480.6113651714259 to 46.9241534941015
12:47:49.671 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDistanceFromHome changed from 1480.6113651714259 to 46.9241534941015
12:47:49.671 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDistanceFromHome changed from 1480.6113651714259 to 46.9241534941015
12:47:49.671 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDistanceFromHome changed from 1480.6113651714259 to 46.9241534941015
12:47:49.671 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDistanceFromHome changed from 1480.6113651714259 to 46.9241534941015
12:48:15.250 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDate changed from 2018-04-18T12:45:15.248+0300 to 2018-04-18T12:48:15.249+0300
12:48:15.250 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDate changed from 2018-04-18T12:45:15.248+0300 to 2018-04-18T12:48:15.249+0300
12:48:15.250 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDate changed from 2018-04-18T12:45:15.248+0300 to 2018-04-18T12:48:15.249+0300
12:48:15.250 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDate changed from 2018-04-18T12:45:15.248+0300 to 2018-04-18T12:48:15.249+0300
12:48:15.250 [INFO ] [smarthome.event.ItemStateChangedEvent] - infoDate changed from 2018-04-18T12:45:15.248+0300 to 2018-04-18T12:48:15.249+0300

Have you been running for some time on an SD card? It could be your card is failing.

i am runing on windos with new SSD OOB, i dont see any isue with my storge

If this happens after a while this might be related to some kind of leak. If you have same behaviour after restart then it might be configuration trouble. Based on timing of events I doubt if first reason is a case because you have the same microtime for every event, this leads me to believe that logging framework multiply these.

Have you changed logging configuration lately? Which log file receives duplicate entries?

If you would be so kind to share your configuration, if its not default, we can try to tweak it.

Cheers,
Lukasz

Yoo thanks!

i am using log:tail to tail it
the only change i did was to configure one rule with longing , but than i deleted it
yes after reboot i can see its gone but than after some time it is back

Have you changed logging configuration lately?
i am not sure how to do that

Ok, this explains part of the issue - log:tail command shows you output from events recorded at logging framework level. This is . Take a look on userdata/logs/events.log (or something like that) - do you see duplicate entries there?

you are right !

thank you i did not know where this is located

do i have issue or bug here?

It is very likely a bug, but narrowing it might be quite hard. Can you try to observe how you get duplicate messages so we could reproduce it? Try finding some trigger or correlation between number of duplicate messages and things like number of times you executed log:tail before.
Also, do you use main shell (one which runs whole openhab) or ssh connections? Are you using multiple client sessions?

Knowing that will help us to find most suspicious part of code.

Cheers,
Lukasz

Hi i am using OH in windows, so no ssh
i did log tail a number of times maybe this is the issue ? how do i do healty stop?
maybe when i stop the tail it is still tailing?