Merge pull request #2915 from gradido/fix-log-stack-trace

fix(backend): log stack trace included
This commit is contained in:
Ulf Gebhardt 2023-05-02 11:46:56 +02:00 committed by GitHub
commit 077c227fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@
"pattern": "yyyy-MM-dd",
"layout":
{
"type": "pattern", "pattern": "%d{ISO8601} %p %c [%X{user}] [%f : %l] - %m"
"type": "pattern", "pattern": "%d{ISO8601} %p %c [%X{user}] [%f : %l] - %m %s"
},
"keepFileExt" : true,
"fileNameSep" : "_",