This commit is contained in:
avollkopf 2024-05-01 19:31:59 +02:00
parent 3f74bd9de5
commit 5d1c1eef2e
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.4.1.a3"
__version__ = "4.4.1.a4"
__codename__ = "Yeast Starter"

View file

@ -156,7 +156,7 @@ class SystemController:
since = datetime.now() - timedelta(hours=int(logtime))
j.seek_realtime(since)
for entry in j:
result.append(entry)
result.append(entry['MESSAGE'])
logging.error(result)