From a53e89649edd227f88bda50a1d6569da83fd57ca Mon Sep 17 00:00:00 2001 From: Andrii Solianyk Date: Mon, 27 Apr 2026 15:46:10 +0200 Subject: [PATCH] add SQL dialect mappings and update logging configuration --- .idea/sqldialects.xml | 7 +++++++ src/main/resources/application.properties | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .idea/sqldialects.xml diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml new file mode 100644 index 0000000..ad6a7e0 --- /dev/null +++ b/.idea/sqldialects.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e13f0d3..37b8661 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -18,5 +18,4 @@ spring.servlet.multipart.max-request-size=${MAX_REQUEST_SIZE:10MB} jwt.secret=${JWT_SECRET} jwt.expiration=1200000 -logging.file.name=logs/payment-notifications.log -logging.level.TpayLogger=INFO \ No newline at end of file +logging.file.name=logs/app.log \ No newline at end of file