From 40fd98d5802cd5b0086a1561af3758e23def50f1 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 3 May 2022 21:27:50 +0200 Subject: [PATCH] show logs for pseudo configured accounts (for online ones they are instantiated later) --- python/src/deltachat/testplugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/src/deltachat/testplugin.py b/python/src/deltachat/testplugin.py index 417b5c487..5ba1323d2 100644 --- a/python/src/deltachat/testplugin.py +++ b/python/src/deltachat/testplugin.py @@ -390,6 +390,8 @@ class ACFactory: configured="1", )) self._preconfigure_key(ac, addr) + logger = FFIEventLogger(ac, logid=ac._logid, init_time=self.init_time) + ac.add_account_plugin(logger, name=ac._logid) return ac def new_online_configuring_account(self, cloned_from=None, **kwargs):