Skip to content

Commit a87b649

Browse files
committed
Logging path correction.
1 parent db9d759 commit a87b649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonvalidator-common/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spring.main.banner-mode=off
66
spring.servlet.multipart.max-file-size=100MB
77
spring.servlet.multipart.max-request-size=500MB
88
# Logging path.
9-
logging.path = /validator/logs
9+
logging.file.path = /validator/logs
1010
# Disable default error page.
1111
server.error.whitelabel.enabled=false
1212
# Default logging level.

0 commit comments

Comments
 (0)