Is it possible to log the e_debug events in quota-status.c?
[https://github.com/dovecot/core/blob/main/src/plugins/quota/quota-status.c]
Running: Dovecot 2.3.19.1 (9b53102964)
Here's the config I've tried:
log_path = /var/log/dovecot.log
event_exporter log {
format = json
format_args = time-rfc3339
transport = log
}
metric everything {
exporter = log
filter = event=* OR category=*
}
log_debug = event=*
auth_verbose = yes
auth_debug = yes
mail_debug = yes
This seems to capture events at INFO level or higher, and some Debug log
messages, but not the e_debug messages in quota-status.c.
Thanks,
Daniel
_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]