-
**Node.js:** `8.9.1`
**logdna:** `^1.4.0`
**bunyan:** `^1.8.12`
**logdna module part:** `BunyanStream`
**sequelize:** `^4.8.4`
**How to reproduce:**
1. Run an application where you use Bunyan …
-
```
Traceback (most recent call last):
File "test.py", line 16, in
test = LogDNAHandler(key, options)
File "/home/vinod/work/venv_python3.6/lib/python3.6/site-packages/logdna/logdna.py", …
-
The function gethostname doesn't exist on python3.6
```
log_dna = LogDNAHandler('5c0924a736cc432b89a7a961ac9b2bec')
File "/usr/local/lib/python3.6/site-packages/logdna/logdna.py", line 18…
-
Hi. I've tried to add LogDNAHandler to logging configuration of some existing project and noticed that it started raise a lot of exceptions. If the record was logged with non-keyword arguments, like
…
-
Current list of CNCF membersL:
ACEDEMAND IT Consulting Services
Alauda (part of ZTE)
Alcide
Alibaba
Amazon Web Services
Amihan Global Strategies (AGSX)
Apcera
Aporeto
Applatix
Apprenda
Ap…
-
We began to experience this error when attempting to upgrade from PHP7.0 to PHP7.1
```
ERROR: Uncaught CLI exception {"exception":"[object] (ErrorException(code: 2):
curl_setopt(): supplied resou…
-
the latest update 1.4.1 does not work in versions of Node below 6x. We are currently using Node 5.12 and logdna fails due to calls to process.emitWarning (this does not exist in Node 5)
-
Noticed a couple of things in the readme:
1. It makes reference to the MAC address/ip address in the 'setup' section but I can't see anywhere this is used in the code
2. The documentation for `L…
-
https://github.com/logdna/ruby/blob/830fa833fcb651fd69fc60e4efb91b94319db711/lib/logdna/client.rb#L145
Library code should not be directly calling puts, especially in a non-failure scenario.
-
https://github.com/logdna/ruby/blob/830fa833fcb651fd69fc60e4efb91b94319db711/lib/logdna.rb#L201
With the above line, any rake task in my application that loads this gem will exit with an exit code …