From 7c70aa6fb6d9a7e7bb1d7e725cc6ba0067ac1be8 Mon Sep 17 00:00:00 2001 From: Dom Date: Thu, 5 Nov 2020 03:04:04 +0100 Subject: [PATCH] docs: update README.md (#174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The log level for warning is WARN, not WARNING If you use WARNING it is ignored. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-logging-logback/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes # ☕️ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dfcbcea2..ecd10487f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ See [Logback filters](https://logback.qos.ch/manual/filters.html#thresholdFilter application.log - WARNING + WARN