Skip to content

Instantly share code, notes, and snippets.

@karol-lotkowski
Created October 13, 2015 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karol-lotkowski/a31ea03bd36821f20666 to your computer and use it in GitHub Desktop.
Save karol-lotkowski/a31ea03bd36821f20666 to your computer and use it in GitHub Desktop.
Output of the simple Dropwizard app
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:run
INFO [2015-10-13 22:28:52,049] org.eclipse.jetty.util.log: Logging initialized @2319ms
INFO [2015-10-13 22:28:52,297] com.karollotkowski.cleancode.CleanCodeApplication: Application name: Clean code rulez!
INFO [2015-10-13 22:28:52,305] io.dropwizard.server.ServerFactory: Starting CleanCodeApplication
INFO [2015-10-13 22:28:52,498] org.eclipse.jetty.setuid.SetUIDListener: Opened application@75d0911a{HTTP/1.1}{0.0.0.0:8080}
INFO [2015-10-13 22:28:52,499] org.eclipse.jetty.setuid.SetUIDListener: Opened admin@75e91545{HTTP/1.1}{0.0.0.0:8081}
INFO [2015-10-13 22:28:52,504] org.eclipse.jetty.server.Server: jetty-9.2.9.v20150224
INFO [2015-10-13 22:28:53,415] io.dropwizard.jersey.DropwizardResourceConfig: The following paths were found for the configured resources:
NONE
INFO [2015-10-13 22:28:53,423] org.eclipse.jetty.server.handler.ContextHandler: Started i.d.j.MutableServletContextHandler@4d4960c8{/,null,AVAILABLE}
INFO [2015-10-13 22:28:53,431] io.dropwizard.setup.AdminEnvironment: tasks =
POST /tasks/log-level (io.dropwizard.servlets.tasks.LogConfigurationTask)
POST /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask)
WARN [2015-10-13 22:28:53,432] io.dropwizard.setup.AdminEnvironment:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! THIS APPLICATION HAS NO HEALTHCHECKS. THIS MEANS YOU WILL NEVER KNOW !
! IF IT DIES IN PRODUCTION, WHICH MEANS YOU WILL NEVER KNOW IF YOU'RE !
! LETTING YOUR USERS DOWN. YOU SHOULD ADD A HEALTHCHECK FOR EACH OF YOUR !
! APPLICATION'S DEPENDENCIES WHICH FULLY (BUT LIGHTLY) TESTS IT. !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
INFO [2015-10-13 22:28:53,442] org.eclipse.jetty.server.handler.ContextHandler: Started i.d.j.MutableServletContextHandler@5d39f2d8{/,null,AVAILABLE}
INFO [2015-10-13 22:28:53,475] org.eclipse.jetty.server.ServerConnector: Started application@75d0911a{HTTP/1.1}{0.0.0.0:8080}
INFO [2015-10-13 22:28:53,477] org.eclipse.jetty.server.ServerConnector: Started admin@75e91545{HTTP/1.1}{0.0.0.0:8081}
INFO [2015-10-13 22:28:53,477] org.eclipse.jetty.server.Server: Started @3749ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment