logger-node
logger-node copied to clipboard
A nodejs logger client for LogDNA
Use `apikey` as this is compatible with both Log Analysis and Pipeline Ingestion
Hey, We have an application that utilises logdna/logger and it works fine most of the time except for this error ``` node:events:491 throw er; // Unhandled 'error' event ^ Error:...
Can't use in deno: error: Uncaught TypeError: socket.setTimeout is not a function at RedirectableRequest.destroyOnTimeout (file:///Users/aymanalkait/Library/Caches/deno/npm/registry.npmjs.org/follow-redirects/1.15.2/index.js:158:12) at RedirectableRequest.emit (ext:deno_node/_stream.mjs:1857:11) at HttpsClientRequest.eventHandlers. (file:///Users/aymanalkait/Library/Caches/deno/npm/registry.npmjs.org/follow-redirects/1.15.2/index.js:14:24) at HttpsClientRequest.emit (ext:deno_node/_stream.mjs:1857:11) at node:http:388:18 at processTicksAndRejections (ext:deno_node/_next_tick.ts:25:21) at...
I just installed `@logdna/logger`, and am instantiating my logger as follows: ``` import logdna, { LogLevel } from "@logdna/logger"; const options = { app: "Rover", level: LogLevel.debug, }; const logDNALogger...
Snyk has created this PR to upgrade axios from 0.25.0 to 0.26.0.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Love the LogDNA platform so far! I have a question about some pitfalls and best practices when using the logger in combination with the serverless functions - in my particular...
When one of the properties of option is "" , has property returns true but it fails on typeOf check for it to be string. eg. value for env key...
Hey guys, Huge improvements with the most recent refactor, thank you! I'm noticing that the package is still depending on node-provided libraries, though. So far, I've seen `os` and `net`,...
When compiling TSC writes the following errors: ```ssh WARNING in ../../node_modules/@logdna/logger/node_modules/agent-base/dist/helpers.js Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/zzz/node_modules/@logdna/logger/node_modules/agent-base/src/helpers.ts' file: Error: ENOENT: no such file or directory,...