diff --git a/application-logtodir.properties b/application-logtodir.properties index f146918..afe1289 100644 --- a/application-logtodir.properties +++ b/application-logtodir.properties @@ -1 +1 @@ -logging.path = logs \ No newline at end of file +logging.file.path = logs \ No newline at end of file diff --git a/application-logtofile.properties b/application-logtofile.properties index 5a33927..3decc6d 100644 --- a/application-logtofile.properties +++ b/application-logtofile.properties @@ -1 +1 @@ -logging.file = logs/the.log \ No newline at end of file +logging.file.name = logs/the.log \ No newline at end of file