You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`timeout` - `integer` (optional, defaults to 5000ms) - the timeout for the HTTP request.
15
15
-`configContext` - function (optional) returning a global context object accessible to all appenders. Properties from configContext added as `p_` values in the logFaces event.
16
16
-`hostname` - `string` (optional) - used to add the hostname `h` property to the logFaces event.
17
+
-`agent` - `http.Agent | https.Agent` (optional) - used to configure the requests being sent out if needed.
17
18
18
19
This appender will also pick up Logger context values from the events, and add them as `p_` values in the logFaces event. See the example below for more details. Note that Logger context may override the same properties defined in `configContext`.
0 commit comments