-
As noted by @Mr0grog, an online logging service serves two purposes:
* making it easy to check the logs without ssh
* collecting them from disparate servers into centralized location
-
LogDNA does not show any logs anymore (noticed by @ijsnow and me when we wanted to look at logs): https://app.logdna.com/e63dd10814/logs/view
-
in readme:
```javascript
// Add tags in array or comma-separated string format:
options.tags = ['logging', 'nodejs', 'logdna'];
// or:
options.tags = 'logging,nodejs,logdna';
```
in code al…
ghost updated
5 years ago
-
and if not, is there another client logger?
-
The README is not really clear and should be updated (https://docs.logdna.com/docs/cloudwatch too)
What wasn't clear is:
- `1 - Create a new Lambda function and skip to the Configure function sect…
-
View details in Rollbar: [https://rollbar.com/vlabs/Venue/items/41/](https://rollbar.com/vlabs/Venue/items/41/)
```
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/c…
-
I'm loving that healthchecks.io will send a notification when a running job (triggered by `/start` URL, see #23) does not finish within the grace period.
But we've found the currently implementatio…
-
As we will be doing the fluentd project journey report, the maintainers would also like to include information on the fluentd plug-ins written.
[repos.txt](https://github.com/cncf/devstats/files/41…
-
https://logdna.com/pricing/
-
When using the example from the README, I get this error `Error: Tags is undefined or not passed as a String`
```
// Add tags in array or comma-separated string format:
options.tags = ['logging', '…