Skip to content

Commit 2fc1833

Browse files
authored
Update README.md
1 parent dce5c9d commit 2fc1833

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# avaje-simple-logger
22

33
A SLF4J Logger built primarily for use with GraalVM Native image that writes JSON structured logs to `System.out`.
4-
It is designed to be used by applications that will be run in K8s or Lambda.
4+
It is designed to be used by applications that will be run in **K8s** or **Lambda**.
55

66

77
## Background
@@ -26,9 +26,6 @@ and turned into a SLF4J Logger, thus removing the dependency on Logback and its
2626

2727
Configure via adding a `src/main/resources/avaje-logger.properties`
2828
```properties
29-
## for testing we desire plain format than json format
30-
logger.writer=plain
31-
3229
## specify the default log level to use for testing
3330
logger.defaultLogLevel=warn
3431

@@ -45,6 +42,9 @@ We also might want to define some test specific log levels.
4542
Add test specific configuration via `src/test/resources/avaje-logger-test.properties`
4643

4744
```properties
45+
## for testing we desire plain format than json format
46+
logger.writer=plain
47+
4848
## default log level to use when running tests
4949
logger.defaultLogLevel=INFO
5050

@@ -57,10 +57,8 @@ log.level.io.ebean.DDL=TRACE
5757

5858
## Configure
5959

60-
### avaje-logger.properties & avaje-logger-test.properties
61-
62-
Configure the logger via main resource avaje-logger.properties
63-
and test resource avaje-logger-test.properties
60+
Configure the logger via main resource `avaje-logger.properties`
61+
and test resource `avaje-logger-test.properties`
6462

6563

6664
```properties

0 commit comments

Comments
 (0)