Enabled logging of warnings

This commit is contained in:
SinTan1729
2023-04-10 11:51:20 -05:00
parent e18a71a73c
commit 66ea86b6d3
4 changed files with 193 additions and 14 deletions

View File

@@ -41,7 +41,8 @@ unnecessary features, or they didn't have all the features I wanted.
# Bloat that will not be implemented
- Tracking or spying of any kind. The only logs that still exist are
errors printed to stderr and the default SLF4J warning.
errors printed to stderr and the basic logging (only warnings) provided by the
[`env_logger`](https://crates.io/crates/env_logger) crate.
- User management. If you need a shortener for your whole organization, either
run separate containers for everyone or use something else.
- Cookies, newsletters, "we value your privacy" popups or any of the multiple