Skip to content

Commit

Permalink
Fixes Log File Path
Browse files Browse the repository at this point in the history
Made log file path platform agnostic

Fixes edgexfoundry#3

Signed-off-by: Tyler Cox <tyler_cox@dell.com>
  • Loading branch information
trcox committed Aug 1, 2017
1 parent ecc9282 commit 4a6b8c9
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 @@ -48,7 +48,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-metadata.log
logging.file=edgex-core-metadata.log
#-----------------Remote Logging Config------------------------------------------
#logging.remote.enable=false
logging.remote.url=http://localhost:48061/api/v1/logs
Expand Down

0 comments on commit 4a6b8c9

Please sign in to comment.