Commit 4fe7144
Fix the packages directive in the example config
When using the config in the readme you get these errors:
```
Error processing element Lambda ([Appenders: null]): CLASS_NOT_FOUND
Unable to locate appender "lambda" for logger config "root"
```
The Lambda documentation site (https://docs.aws.amazon.com/lambda/latest/dg/java-logging.html) does not have the class name in the attribute, and removing the class name makes the errors above go away.1 parent d0a30c1 commit 4fe7144
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments