-
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…
-
```
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", …
-
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
…
-
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…
-
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…
-
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.
-
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…
-
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 …
-
How can one use the LogDNA Winston Transport using Typescript? The line
`winston.add(winston.transports.Logdna, options);`
causes: _Property 'Logdna' does not exist on type 'Transports'_.
Any he…