rnd-debug

Results 25 comments of rnd-debug

Hello. Voluntaring to pick up the `createDocs` not-for-browser implementation. [Edit] Looks trickier than expected. First idea was to append to `embeddedDocs`, but it seems that this object will be shared...

Btw, providing Infinity as param will fail with: ` RangeError [ERR_OUT_OF_RANGE]: The value of "timeout" is out of range. It must be a non-negative finite number. Received Infinity`

There might be 2 use cases: - these 2 values should be stored with the same timestamps as tags are different: ``` [{ measurement: 'power', tags: {DeviceID: '1'}, fields: {Value:5,...

Btw, there is a pending PR #125 about that.

@rogerkjoy Hello. A pull request with a test would be welcome 😉

@chenqf6 Looks similar to #1008 . Should be fixed in version 6.3.0 of log4js. Can you verify?

> does the file stream get an error if it tries to write to a file that no longer exists? Nope: answer given after running a couple of tests and...

Are you actually creating a logger of category "splunk"? For example, like this: ``` log4js.configure({ appenders: { INSERT_YOUR_STUFF}, categories: { INSERT_YOUR_OTHER_STUFF} }); const logger = log4js.getLogger('splunk'); logger.trace('Seems to work...'); ```