We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9d759 commit a87b649Copy full SHA for a87b649
jsonvalidator-common/src/main/resources/application.properties
@@ -6,7 +6,7 @@ spring.main.banner-mode=off
6
spring.servlet.multipart.max-file-size=100MB
7
spring.servlet.multipart.max-request-size=500MB
8
# Logging path.
9
-logging.path = /validator/logs
+logging.file.path = /validator/logs
10
# Disable default error page.
11
server.error.whitelabel.enabled=false
12
# Default logging level.
0 commit comments