Skip to content

Instantly share code, notes, and snippets.

@mrister
Last active May 25, 2017 07:54
Show Gist options
  • Save mrister/70a9304981f3c5c906c0b60b928e2bde to your computer and use it in GitHub Desktop.
Save mrister/70a9304981f3c5c906c0b60b928e2bde to your computer and use it in GitHub Desktop.
Loggly: configure client for logging an object as JSON
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