Re: Dovecot unified event filtering

2023-03-20 Thread Aki Tuomi
> On 20/03/2023 13:21 EET Felix Auringer wrote: > > > Hello, > > I have an issue with debug logging when using a custom plugin for Dovecot. In > my plugin, I create a child event of the session's user event: > > ```c > struct event *plugin_event = event_create(list->ns->user->event); >

Dovecot unified event filtering

2023-03-20 Thread Felix Auringer
Hello, I have an issue with debug logging when using a custom plugin for Dovecot. In my plugin, I create a child event of the session's user event: ```c struct event *plugin_event = event_create(list->ns->user->event); event_set_name(plugin_event, "oidc_shared_mailboxes_plugin");