Skip to content

Commit

Permalink
Fixes openhab#911 - Improve Windows Service Logging (openhab#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontleon authored and Confectrician committed Mar 11, 2019
1 parent bfcda52 commit 1f6703d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ By installing the openHAB process as a service in Windows, you can:
wrapper.java.additional.15=-Dfelix.cm.dir="%OPENHAB_HOME%\userdata\config"
wrapper.java.additional.16=-Dorg.osgi.service.http.port=8080
wrapper.java.additional.17=-Dorg.osgi.service.http.port.secure=8443
wrapper.java.additional.18=-Djava.util.logging.config.file="%KARAF_ETC%\java.util.logging.properties"
wrapper.java.additional.19=-Dkaraf.logs="%OPENHAB_LOGDIR%"
wrapper.java.maxmemory=512
# Wrapper Logging Properties
Expand Down

0 comments on commit 1f6703d

Please sign in to comment.