Skip to content

AdRoll/blammo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blammo

Chrome Plugin pulling logentries into the browser

blammo in your Chrome DevTools!

How to configure

To configure the extension for a specific logentries account and environment, the configuration variables at the beginning of js/background.js must be modified. As well, the manifest.json file must be configured for the hosts being logged.

  1. Edit the accountKey variable to the account key for your logentries account.

  2. Edit the domainToLogs variable to the pages you want to log in the following format:
    "server.tld":["/path/to/log1/", "path/to/log2/", ...]

  3. Add the hostnames to log to manifest.json under the "permissions" key, between the "webRequest" and "https://pull.logentries.com/*" entries.

How to install

  1. Clone this repository locally.
  2. Open chrome://extensions and check the checkbox labeled "Developer Mode".
  3. Click on "Load unpacked extension...".
  4. Select the directory where you cloned the repository.
  5. Now you should be able to see a new tab named Logger in your DevTools.

Opening DevTools

There are multiple ways for opening DevTools in chrome.

  1. Right Click on any page and click on Inspect Element (Last Option).
  2. Shortcut for opening DevTools is Command + Option(alt) + I.
  3. Click on customize and control google chrome -> Go to More Tools -> Click on Developer Tools.

About

Chrome Plugin pulling logentries into the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published