Last active
May 25, 2017 07:54
-
-
Save mrister/70a9304981f3c5c906c0b60b928e2bde to your computer and use it in GitHub Desktop.
Loggly: configure client for logging an object as JSON
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', | |
json: true | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment