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