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

dropwizard / dropwizard / 4334
86%

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2018 07:43PM UTC
Jobs 1
Files 411
Run time 20s
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

pending completion
4334

push

travis-ci

web-flow
Add support for JSON logs in Dropwizard (#2232)

The new `dropwizard-json-log` module allows users to configure
a specific layout to convert logging message to JSON. The module
supports event logs and access logs.

The default format produces logs like:
``
{"level":"INFO","logger":"org.eclipse.jetty.server.Server","thread":"main","message":"Started @6505ms","timestamp":"2018-01-03T19:01:37.674Z"}
``
and access logs like
``
{"method":"GET","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0","uri":"/hello-world","requestTime":5,"protocol":"HTTP/1.1","contentLength":37,"remoteAddress":"127.0.0.1","timestamp":"2018-01-03T19:04:48.448Z","status":200}
``

6973 of 8060 relevant lines covered (86.51%)

75.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4334.1 05 Jan 2018 07:43PM UTC 0
86.51
Travis Job 4334.1
Source Files on build 4334
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4334
  • 6e5c9c5a on github
  • Prev Build on master (#4267)
  • Next Build on master (#4335)
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

© 2026 Coveralls, Inc