
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
express-requests-loggly
Advanced tools
Log Express requests (including those with errors) to Loggly.
Install using npm:
npm install express-requests-loggly
##class: LogglyRequestLogger ⏏ Members
###new LogglyRequestLogger(settings) Create a new request logger.
Params
Object
loggly.Client
Returns: LogglyRequestLogger
Example
var logger = new LogglyRequestLogger({
client: loggly.createClient({
token: 'KEY',
subdomain: 'SUBDOMAIN',
json: true
})
});
###express-requests-loggly.requestHandler() Capture and log express requests.
Returns: function
- returns express middleware
Example
app.use(logger.requestHandler());
###express-requests-loggly.errorHandler()
Add errors to req.error
before logging.
Returns: function
- reutrns express error handler middleware
Example
app
.use(logger.requestHandler())
.use(app.router)
.use(logger.errorHandler())
.use(express.errorHandler());
Please submit all issues and pull requests to the BuildingConnected/express-requests-loggly repository!
List available tasks with gulp help
.
Run tests using npm test
or gulp test
.
If you have any problem or suggestion please open an issue here.
FAQs
Log Express requests (including those with errors) to Loggly.
We found that express-requests-loggly demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.