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

Commit

Permalink
Merge pull request #4 from trcox/Logging-Path
Browse files Browse the repository at this point in the history
Fixes Log File Path
  • Loading branch information
jpwhitemn authored Aug 1, 2017
2 parents e4dee23 + 625c087 commit 9794806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ logging.level.org.springframework=ERROR
logging.level.org.apache=ERROR
logging.level.org.edgexfoundry=INFO
#log files are rotated after 10MB by default in Spring boot
logging.file=/edgex/logs/edgex-core-command.log
logging.file=edgex-core-command.log
#-----------------REST Endpoint Config------------------------------------------
meta.db.addressable.url=http://localhost:48081/api/v1/addressable
meta.db.deviceservice.url=http://localhost:48081/api/v1/deviceservice
Expand Down

0 comments on commit 9794806

Please # to comment.