Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme to show logging to Loggly's Gen2 API #9

Open
wants to merge 2 commits into
base: master
from
Open
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Update README.md

  • Loading branch information
eli-b committed Jan 12, 2015
commit 33cfb49b89483b3a4027223762964d76ec2f1a0e
@@ -42,7 +42,7 @@ Enter your credentials in hoover.LogglySession after importing:
.
.
.
token_and_suffix = "{token}/tag/http'.format(token=YOUR_LOGGLY_TOKEN_FROM_SOURCE_SETUP)
token_and_suffix = "{token}/tag/http".format(token=YOUR_LOGGLY_TOKEN_FROM_SOURCE_SETUP)
loggly_handler = LogglyHttpHandler(token=token_and_suffix, proxy='logs-01.loggly.com')
logger = logging.getLogger('default')
logger.addHandler(loggly_handler)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.