Updated doc for diagnostic port
This commit is contained in:
16
README.md
16
README.md
@@ -122,13 +122,15 @@ Alternatively you can use the Services Control Panel.
|
|||||||
TimberWinR.ServiceHost.exe [options]
|
TimberWinR.ServiceHost.exe [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-logDir: Specifies the directory where TimberWinR will write its log file TimberWinR.txt
|
-logDir: Specifies the directory where TimberWinR will write its log file TimberWinR.txt
|
||||||
Default is -logDir:"C:\logs"
|
Default is -logDir:"C:\logs"
|
||||||
-logLevel: Specifies the logging level for TimberWinR
|
-logLevel: Specifies the logging level for TimberWinR
|
||||||
Legal Values: Trace|Debug|Info|Warn|Error|Fatal|Off
|
Legal Values: Trace|Debug|Info|Warn|Error|Fatal|Off
|
||||||
Default is -logDir:Info
|
Default is -logDir:Info
|
||||||
-configFile: Specifies the path to the JSON config file, or directory which contains .json file(s).
|
-configFile: Specifies the path to the JSON config file, or directory which contains .json file(s).
|
||||||
Default is -configFile:default.json
|
Default is -configFile:default.json
|
||||||
|
-diagnosticPort: Specifies the diagnostic port which can be used to get a health check of the service.
|
||||||
|
Default Port is 5142, A value of 0 will disable it.
|
||||||
```
|
```
|
||||||
#### -configFile
|
#### -configFile
|
||||||
This may be a single .json file or a directory containing .json file(s). If it is a directory, all
|
This may be a single .json file or a directory containing .json file(s). If it is a directory, all
|
||||||
|
|||||||
Reference in New Issue
Block a user