summaryrefslogtreecommitdiff
path: root/runtime/src/main/resources
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-05-03 08:04:53 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-05-11 21:49:21 +0200
commitc8144a9c60279f8dc81b2506794acd24df31b9a3 (patch)
tree495231540cd6f04f02d7d7f22db38f36d716833a /runtime/src/main/resources
parent25a6ef32df15d05904622326328882549095532f (diff)
Initial checkin: Quarkus Google Cloud JSON Logging.
Change-Id: I264211f56c2bed4002ecdb6ead8a5321ada855fd
Diffstat (limited to 'runtime/src/main/resources')
-rw-r--r--runtime/src/main/resources/META-INF/quarkus-extension.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/runtime/src/main/resources/META-INF/quarkus-extension.yaml
new file mode 100644
index 0000000..7aa7a2a
--- /dev/null
+++ b/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -0,0 +1,9 @@
+name: Google Cloud JSON Logging
+description: Logs to standard output in Google-Cloud-compatible JSON format.
+metadata:
+ keywords:
+ - logging
+ categories:
+ - "miscellaneous"
+ status: "preview"
+ # guide: ...