Files
vault/changelog/27859.txt
Peter Wilson 69c0433f9f Audit: optional logger for sinks will log on errors when context is done (#27859)
* Added optional logger for sink nodes (supplied by backends) will log on errors when context is also done

* changelog
2024-07-24 22:57:15 +01:00

5 lines
198 B
Plaintext

```release-note:improvement
audit: sinks (file, socket, syslog) will attempt to log errors to the server operational
log before returning (if there are errors to log, and the context is done).
```