sting => String
This commit is contained in:
@ -29,7 +29,7 @@ Default:::
|
||||
------
|
||||
|
||||
|
||||
`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a sting with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing.
|
||||
`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a String with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing.
|
||||
|
||||
|
||||
`log`[[config-log]]:: `String, String[], Object, Object[], Constructor` -- Unless a constructor is specified, this sets the output settings for the bundled logger. See the section on configuring-logging[logging] for more information.
|
||||
|
||||
@ -160,9 +160,9 @@ Logs in a format that can be executed with bash, where everything is commented e
|
||||
Options:
|
||||
|
||||
`curlHost`:::
|
||||
`Sting` -- Default is `"localhost"`.
|
||||
`String` -- Default is `"localhost"`.
|
||||
`curlPort`:::
|
||||
`Sting` -- Default is `9200`.
|
||||
`String` -- Default is `9200`.
|
||||
|
||||
`"stream"`::
|
||||
Send log messages to a <a href="http://nodejs.org/api/stream.html#stream_class_stream_writable">WriteableStream</a>
|
||||
|
||||
@ -29,7 +29,7 @@ Default:::
|
||||
------
|
||||
|
||||
|
||||
`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a sting with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing.
|
||||
`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a String with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing.
|
||||
|
||||
|
||||
`log`[[config-log]]:: `String, String[], Object, Object[], Constructor` -- Unless a constructor is specified, this sets the output settings for the bundled logger. See the section on configuring-logging[logging] for more information.
|
||||
|
||||
Reference in New Issue
Block a user