Last active
May 25, 2017 07:55
-
-
Save mrister/d4b9ebce1cec5e3bdb5ca2fb31c34bb9 to your computer and use it in GitHub Desktop.
Loggly: Create a client with JSON enabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const client = loggly.createClient({ | |
token: 'YOUR_APPLICATION_TOKEN', | |
subdomain: 'YOUR_SUBDOMAIN', | |
tags: ['first-tag', 'second-tag', 'third-tag'], | |
json: true | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment