Skip to content

Commit c31f9d9

Browse files
committed
Add resource-config.json to JTL
1 parent 4281c69 commit c31f9d9

File tree

1 file changed

+9
-0
lines changed
  • log4j-layout-template-json/src/main/resources/META-INF/native-image/org.apache.logging.log4j/log4j-layout-template-json

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"resources": {
3+
"includes": [
4+
{
5+
"pattern": "((Ecs|Gcp|Gelf|Json|StackTraceElement)Layout|LogstashJsonEventLayoutV1)\\.json"
6+
}
7+
]
8+
}
9+
}

0 commit comments

Comments
 (0)