ktostam / HaierPi

initial
4 stars 2 forks source link

adding logging time of archerror #60

Open petec999 opened 6 months ago

petec999 commented 6 months ago

logging archerrors tagged with date, making it visible in ui

ktostam commented 6 months ago

It is not that simple. Archerror do not have dates by themselves. the only thing I can do is during the occurrence of some error at a given time, I can save them somewhere along with the date. However, if the error occurs only for a very short moment I may not have time to catch the error, then the "archerror" will not be consistent with the dates it records.

In that case, archerror will display the errors even if they occurred for only a moment, and I will save all that occurred for more than a few seconds.