https://github.com/adroll/blammo
Chrome Plugin pulling logentries into the browser
https://github.com/adroll/blammo
Last synced: 12 months ago
JSON representation
Chrome Plugin pulling logentries into the browser
- Host: GitHub
- URL: https://github.com/adroll/blammo
- Owner: AdRoll
- License: apache-2.0
- Created: 2015-09-09T22:32:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T17:28:12.000Z (almost 11 years ago)
- Last Synced: 2025-05-15T07:08:29.287Z (about 1 year ago)
- Language: JavaScript
- Size: 293 KB
- Stars: 0
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
1. Edit the `domainToLogs` variable to the pages you want to log in the following format:
`"server.tld":["/path/to/log1/", "path/to/log2/", ...]`
1. 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.
1. Open [chrome://extensions](chrome://extensions) and check the checkbox labeled "Developer Mode".
1. Click on "Load unpacked extension...".
1. Select the directory where you cloned the repository.
1. 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).
1. Shortcut for opening DevTools is Command + Option(alt) + I.
1. Click on customize and control google chrome -> Go to More Tools -> Click on Developer Tools.