Closed Payetus closed 7 years ago
Adding the RequestId in the options:
JL().setOptions({ "requestId": "35F7416D-86F1-47FA-A9EC-547FFF510086", "appenders": [this.appender] });
Does not send the requestId in the header of the http Request:
This happens because you set the requestId on the nameless logger, instead of the library itself. Use JL.setOptions(.. instead of JL().setOptions(.... (no brackets after the JL)
See http://jsnlog.com/Documentation/JSNLogJs/JL/SetOptions
Adding the RequestId in the options:
Does not send the requestId in the header of the http Request: