From 4f13c33b6aeba45ef08e50a8ffe1b4ef18ebfccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=E1=BA=BF=20H=C6=B0ng?= Date: Tue, 30 Sep 2025 08:21:59 +0700 Subject: [PATCH] chore: add logging format Steal --- app/src/main/resources/logback.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/src/main/resources/logback.xml diff --git a/app/src/main/resources/logback.xml b/app/src/main/resources/logback.xml new file mode 100644 index 0000000..ce1ae28 --- /dev/null +++ b/app/src/main/resources/logback.xml @@ -0,0 +1,15 @@ + + + + + + [%d{HH:mm:ss dd/MM/yyyy}] %highlight(%-5level) %cyan(%logger): %msg%n + + + + + + + + +