diff --git a/wiki/2-Appenders.md b/wiki/2-Appenders.md index c54aaa2..b4c0b7a 100644 --- a/wiki/2-Appenders.md +++ b/wiki/2-Appenders.md @@ -48,4 +48,4 @@ See also [`car-appender/query-entries`](https://taoensso.github.io/timbre/taoens ## Community appenders -See [community resources](./3-Community-resources) section. \ No newline at end of file +See [community](./3-Community.md) section. \ No newline at end of file diff --git a/wiki/3-Community-resources.md b/wiki/3-Community-resources.md deleted file mode 100644 index 6f1c934..0000000 --- a/wiki/3-Community-resources.md +++ /dev/null @@ -1,23 +0,0 @@ -# Community appenders - -A number of community appenders come [pre-bundled](https://github.com/taoensso/timbre/tree/master/src/taoensso/timbre/appenders/community) with Timbre. - -Thanks to the relevant authors! Please see **appender namespace docstrings** for details. - -GitHub PRs very welcome for: - - - Maintenance of any existing community appenders (thank you!!). - - Additional **dependency-free** appenders (see [example template](https://github.com/taoensso/timbre/blob/master/src/taoensso/timbre/appenders/example.clj)). - - Additional links to the `External resources` table below. - -# External resources - -If you spot issues with any linked resources, please **contact the relevant authors** to let them know! - -Contributor | Link | Description -:-- | :-- | :-- -[@fzakaria](https://github.com/fzakaria) | [slf4j-timbre](https://github.com/fzakaria/slf4j-timbre) | Route log4j/logback/sfl4j log output to Timbre -[@palletops](https://github.com/palletops) | [log-config](https://github.com/palletops/log-config) | Library to help manage Timbre logging config -[@djblue](https://github.com/djblue) | [portal](https://github.com/djblue/portal/tree/master/examples/timbre) | Guide to using Timbre with [Portal](https://github.com/djblue/portal) -[@viesti](https://github.com/viesti) | [timbre-json-appender](https://github.com/viesti/timbre-json-appender/) | JSON appender for Timbre -_ | _ | Your link here? [PRs](../wiki#contributions-welcome) welcome!