From 60c4db0e2e5981b45f9188f2de3faed1f27b4781 Mon Sep 17 00:00:00 2001 From: rng Date: Tue, 28 Oct 2025 16:20:25 +1100 Subject: [PATCH 1/2] Turn off debug log --- server/src/main/resources/application-production.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 server/src/main/resources/application-production.yaml diff --git a/server/src/main/resources/application-production.yaml b/server/src/main/resources/application-production.yaml new file mode 100644 index 00000000..6eb5b1a3 --- /dev/null +++ b/server/src/main/resources/application-production.yaml @@ -0,0 +1,9 @@ +management: + endpoints: + web: + exposure: + include: "health,info,env,beans,logfile" + +logging: + level: + au.org.aodn.ogcapi.server: info \ No newline at end of file From 0083b32455afb6c7fee186e5b370bdd341eecaa8 Mon Sep 17 00:00:00 2001 From: rng Date: Tue, 28 Oct 2025 16:22:42 +1100 Subject: [PATCH 2/2] Pre-commit --- server/src/main/resources/application-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/resources/application-production.yaml b/server/src/main/resources/application-production.yaml index 6eb5b1a3..438f2b99 100644 --- a/server/src/main/resources/application-production.yaml +++ b/server/src/main/resources/application-production.yaml @@ -6,4 +6,4 @@ management: logging: level: - au.org.aodn.ogcapi.server: info \ No newline at end of file + au.org.aodn.ogcapi.server: info