Skip to content

Commit 7c70aa6

Browse files
docs: update README.md (#174)
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 #<issue_number_goes_here> ☕️
1 parent 42f956b commit 7c70aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ See [Logback filters](https://logback.qos.ch/manual/filters.html#thresholdFilter
7979
<log>application.log</log>
8080

8181
<!-- Optional: defaults to "ERROR" -->
82-
<flushLevel>WARNING</flushLevel>
82+
<flushLevel>WARN</flushLevel>
8383

8484
<!-- Optional: auto detects on App Engine Flex, Standard, GCE and GKE, defaults to "global". See supported resource types -->
8585
<resourceType></resourceType>

0 commit comments

Comments
 (0)