• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

silvermine / apigateway-utils
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: pb/upgrade-node-16
DEFAULT BRANCH: master
Repo Added 17 Mar 2017 01:38AM UTC
Files 9
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH add_request_logging
branch: add_request_logging
CHANGE BRANCH
x
Reset
  • add_request_logging
  • alb-support
  • allow_custom_resp_builder_classes_in_handler
  • errors_and_jwt_validation
  • fix_17_mime_with_params
  • fix_22_requestid_logging
  • fix_options_jwt_request
  • fix_response_builder_export
  • headers_and_bodies
  • inherit_content_type_exports
  • jwt_secured_request
  • jwt_validation_utility
  • master
  • new-error-format
  • no_console_rule
  • npm-updates
  • onebytegone_grab_bag
  • prepare_0.10.0
  • prepare_v0.9.0
  • stop_caching_errors_and_non_gets
  • syntactic_response_helpers
  • v0.10.0
  • v0.10.1
  • v0.11.0
  • v0.12.0
  • v0.12.1
  • v0.12.2
  • v0.9.0

pending completion
86

push

travis-ci

onebytegone
Add request logging

This commit adds an `api-request` event that is logged on the creation of every
`Request`. This "event" is a JSON string of the format:

```json
{
   "event": "api-request",
   "path": "/request/path",
   "queryParams": {
      "key": "value"
   }
}
```

To disable this functionality, please pass the option `logRequest` with a value
of `false` on the initialization of a `Request` object.

239 of 239 relevant lines covered (100.0%)

65.8 hits per line

Relevant lines Covered
Build:
Build:
239 RELEVANT LINES 239 COVERED LINES
65.8 HITS PER LINE
Source Files on add_request_logging
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
86 add_request_logging Add request logging This commit adds an `api-request` event that is logged on the creation of every `Request`. This "event" is a JSON string of the format: ```json { "event": "api-request", "path": "/request/path", "queryParams": { ... push 23 Apr 2018 11:47AM UTC onebytegone travis-ci pending completion  
77 add_request_logging Add request logging This commit adds an `api-request` event that is logged on the creation of every `Request`. This "event" is a JSON string of the format: ```json { "event": "api-request", "path": "/request/path", "queryParams": { ... push 12 Mar 2018 06:29PM UTC onebytegone travis-ci pending completion  
76 add_request_logging Add request logging This commit adds an `api-request` event that is logged on the creation of every `Request`. This "event" is a JSON string of the format: ```json { "event": "api-request", "path": "/request/path", "queryParams": { ... push 12 Mar 2018 06:28PM UTC onebytegone travis-ci pending completion  
75 add_request_logging Add request logging This commit adds a `api-request` event that is logged on the creation of every `Request`. This "event" is a JSON string of the format: ```json { "event": "api-request", "path": "/request/path", "queryParams": { ... push 12 Mar 2018 06:24PM UTC onebytegone travis-ci pending completion  
See All Builds (129)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc