commit | eaae9e381181066856565706551f4746e8ab5102 | [log] [tgz] |
---|---|---|
author | Piotr P. Karwasz <piotr.github@karwasz.org> | Thu Jul 25 11:50:22 2024 +0200 |
committer | Piotr P. Karwasz <piotr.github@karwasz.org> | Thu Aug 01 15:05:48 2024 +0200 |
tree | f4dba71ea5a686acb65cfeb5751c9fcef61ecb73 | |
parent | f480fa1123844927bca0451ed8f32e7dcd9bf971 [diff] |
Revamp file and delegating appenders This PR splits the documentation of file appenders and the `Async`, `Failover`, `Rewrite` and `Routing` appenders into their own files. As in the previous PRs we: * check and reformat the configuration options, * add links to the Plugin Reference, * improve the readability of the description by shortening it and reformatting it, * remove examples to provide smaller ones that make the same point. Part of #2528.