add write logfile

This commit is contained in:
avollkopf 2024-05-01 19:35:36 +02:00
parent 5d1c1eef2e
commit e12d437ed0

View file

@ -159,6 +159,8 @@ class SystemController:
result.append(entry['MESSAGE'])
logging.error(result)
with open(fullname, 'w') as f:
f.write(result)
plugins = await self.plugins_list()