Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Commit 12f865d

Browse files
committed
Fixes Log File Path
Made log file path platform agnostic Fixes #3 Signed-off-by: Tyler Cox <tyler_cox@dell.com>
1 parent b4f4667 commit 12f865d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ logging.level.org.springframework=ERROR
3131
logging.level.org.apache=ERROR
3232
logging.level.org.edgexfoundry=INFO
3333
#log files are rotated after 10MB by default in Spring boot
34-
logging.file=/edgex/logs/edgex-export-client.log
34+
logging.file=edgex-export-client.log
3535
#Notification information
3636
notification.postclientchanges=false
3737
notification.newclient.slug=new-export-client-

0 commit comments

Comments
 (0)