From 0181b431c2b2a3eace21c995ad117ddc5c97f97c Mon Sep 17 00:00:00 2001 From: Matthew Ford Date: Tue, 13 Aug 2024 12:43:09 +0100 Subject: [PATCH] doc: Change logging format to ASIM --- .../0010-change-logging-format-to-asim.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/architecture/decisions/0010-change-logging-format-to-asim.md diff --git a/doc/architecture/decisions/0010-change-logging-format-to-asim.md b/doc/architecture/decisions/0010-change-logging-format-to-asim.md new file mode 100644 index 000000000..b98737f05 --- /dev/null +++ b/doc/architecture/decisions/0010-change-logging-format-to-asim.md @@ -0,0 +1,20 @@ +# 10. Change logging format to ASIM + +Date: 2024-08-13 + +## Status + +Accepted + +## Context + +While migrating the application off the GOV PaaS, we're standardising the logging format to ASIM, which is used by the department's SIEM. + +## Decision + +Switch the logging format to ASIM. + +## Consequences + +We cant analyse the logs within appsignal but, we should still have a way to view the logs on the new platform. +We need to implement a new log formatter, and we will use the Django implementation as a reference.