From a37f3d8ca873a0e7c083ad8d4b79587fe11e4208 Mon Sep 17 00:00:00 2001 From: Chris Price Date: Wed, 10 Jul 2024 16:51:00 -0700 Subject: [PATCH] fix: debugging gradle docs ci tasks --- .gitignore | 1 - .../storage/src/main/resources/logback.xml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 examples/storage/src/main/resources/logback.xml diff --git a/.gitignore b/.gitignore index e00185e6..db9d3e1f 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,3 @@ examples/lib/.classpath examples/lib/.project examples/lib/bin .vscode/ -*logback.xml diff --git a/examples/storage/src/main/resources/logback.xml b/examples/storage/src/main/resources/logback.xml new file mode 100644 index 00000000..e3d3cbec --- /dev/null +++ b/examples/storage/src/main/resources/logback.xml @@ -0,0 +1,19 @@ + + + +poo + + + + + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} -%kvp- %msg%n + + + + + + +