Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created September 12, 2015 21:47
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 jbayer/eead23ded28bf1bada47 to your computer and use it in GitHub Desktop.
Save jbayer/eead23ded28bf1bada47 to your computer and use it in GitHub Desktop.
spring boot app logs during startup
$ cf logs jamesboot
Connected, tailing logs for app jamesboot in org jwatters-org / space staging as jbayer@pivotal.io...
2015-09-12T14:44:03.68-0700 [API/2] OUT Updated app with guid f414cccd-7d55-4a2e-a4ce-3b79b74feef2 ({"state"=>"STOPPED"})
2015-09-12T14:44:03.69-0700 [App/0] ERR
2015-09-12T14:44:04.70-0700 [DEA/12] OUT Stopping app instance (index 0) with guid f414cccd-7d55-4a2e-a4ce-3b79b74feef2
2015-09-12T14:44:04.70-0700 [DEA/12] OUT Stopped app instance (index 0) with guid f414cccd-7d55-4a2e-a4ce-3b79b74feef2
2015-09-12T14:44:04.81-0700 [DEA/4] OUT Starting app instance (index 0) with guid f414cccd-7d55-4a2e-a4ce-3b79b74feef2
2015-09-12T14:44:04.82-0700 [API/0] OUT Updated app with guid f414cccd-7d55-4a2e-a4ce-3b79b74feef2 ({"state"=>"STARTED"})
2015-09-12T14:44:09.63-0700 [App/0] OUT
2015-09-12T14:44:09.63-0700 [App/0] OUT . ____ _ __ _ _
2015-09-12T14:44:09.63-0700 [App/0] OUT /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
2015-09-12T14:44:09.63-0700 [App/0] OUT ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
2015-09-12T14:44:09.63-0700 [App/0] OUT \\/ ___)| |_)| | | | | || (_| | ) ) ) )
2015-09-12T14:44:09.63-0700 [App/0] OUT ' |____| .__|_| |_|_| |_\__, | / / / /
2015-09-12T14:44:09.63-0700 [App/0] OUT =========|_|==============|___/=/_/_/_/
2015-09-12T14:44:09.63-0700 [App/0] OUT :: Spring Boot :: (v1.2.5.RELEASE)
2015-09-12T14:44:09.83-0700 [App/0] OUT 2015-09-12 21:44:09.835 INFO 34 --- [ main] pertySourceApplicationContextInitializer : Adding 'cloud' PropertySource to ApplicationContext
2015-09-12T14:44:09.90-0700 [App/0] OUT 2015-09-12 21:44:09.904 INFO 34 --- [ main] nfigurationApplicationContextInitializer : Adding cloud service auto-reconfiguration to ApplicationContext
2015-09-12T14:44:09.93-0700 [App/0] OUT 2015-09-12 21:44:09.936 INFO 34 --- [ main] hello.Application : Starting Application on 18v8o0c9ikc with PID 34 (/home/vcap/app started by vcap in /home/vcap/app)
2015-09-12T14:44:10.04-0700 [App/0] OUT 2015-09-12 21:44:10.047 INFO 34 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4ca955d5: startup date [Sat Sep 12 21:44:10 UTC 2015]; root of context hierarchy
2015-09-12T14:44:10.43-0700 [App/0] OUT 2015-09-12 21:44:10.432 WARN 34 --- [ main] .i.s.PathMatchingResourcePatternResolver : Skipping [/home/vcap/app/.java-buildpack/spring_auto_reconfiguration/spring_auto_reconfiguration-1.10.0_RELEASE.jar] because it does not denote a directory
2015-09-12T14:44:11.08-0700 [App/0] OUT 2015-09-12 21:44:11.086 INFO 34 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
2015-09-12T14:44:11.53-0700 [App/0] OUT 2015-09-12 21:44:11.530 INFO 34 --- [ main] urceCloudServiceBeanFactoryPostProcessor : Auto-reconfiguring beans of type javax.sql.DataSource
2015-09-12T14:44:11.55-0700 [App/0] OUT 2015-09-12 21:44:11.554 INFO 34 --- [ main] urceCloudServiceBeanFactoryPostProcessor : No beans of type javax.sql.DataSource found. Skipping auto-reconfiguration.
2015-09-12T14:44:12.24-0700 [App/0] OUT 2015-09-12 21:44:12.244 INFO 34 --- [ main] e.j.JettyEmbeddedServletContainerFactory : Server initialized with port: 62795
2015-09-12T14:44:12.25-0700 [App/0] OUT 2015-09-12 21:44:12.251 INFO 34 --- [ main] org.eclipse.jetty.server.Server : jetty-9.2.11.v20150529
2015-09-12T14:44:12.39-0700 [App/0] OUT 2015-09-12 21:44:12.393 INFO 34 --- [ main] / : Initializing Spring embedded WebApplicationContext
2015-09-12T14:44:12.39-0700 [App/0] OUT 2015-09-12 21:44:12.393 INFO 34 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2349 ms
2015-09-12T14:44:13.40-0700 [App/0] OUT 2015-09-12 21:44:13.400 INFO 34 --- [ main] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2015-09-12T14:44:13.40-0700 [App/0] OUT 2015-09-12 21:44:13.403 INFO 34 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*]
2015-09-12T14:44:13.40-0700 [App/0] OUT 2015-09-12 21:44:13.403 INFO 34 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2015-09-12T14:44:13.40-0700 [App/0] OUT 2015-09-12 21:44:13.404 INFO 34 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2015-09-12T14:44:13.40-0700 [App/0] OUT 2015-09-12 21:44:13.404 INFO 34 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2015-09-12T14:44:13.40-0700 [App/0] OUT 2015-09-12 21:44:13.404 INFO 34 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
2015-09-12T14:44:13.64-0700 [App/0] OUT 2015-09-12 21:44:13.648 INFO 34 --- [ main] o.e.jetty.server.handler.ContextHandler : Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@616f759{/,null,AVAILABLE}
2015-09-12T14:44:13.65-0700 [App/0] OUT 2015-09-12 21:44:13.649 INFO 34 --- [ main] org.eclipse.jetty.server.Server : Started @6059ms
2015-09-12T14:44:13.98-0700 [App/0] OUT 2015-09-12 21:44:13.989 INFO 34 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4ca955d5: startup date [Sat Sep 12 21:44:10 UTC 2015]; root of context hierarchy
2015-09-12T14:44:14.22-0700 [App/0] OUT 2015-09-12 21:44:14.225 INFO 34 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String hello.HelloController.index()
2015-09-12T14:44:14.22-0700 [App/0] OUT 2015-09-12 21:44:14.227 INFO 34 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
2015-09-12T14:44:14.22-0700 [App/0] OUT 2015-09-12 21:44:14.227 INFO 34 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2015-09-12T14:44:14.26-0700 [App/0] OUT 2015-09-12 21:44:14.269 INFO 34 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2015-09-12T14:44:14.26-0700 [App/0] OUT 2015-09-12 21:44:14.269 INFO 34 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2015-09-12T14:44:14.32-0700 [App/0] OUT 2015-09-12 21:44:14.326 INFO 34 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2015-09-12T14:44:15.16-0700 [App/0] OUT 2015-09-12 21:44:15.167 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.16-0700 [App/0] OUT 2015-09-12 21:44:15.168 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2015-09-12T14:44:15.16-0700 [App/0] OUT 2015-09-12 21:44:15.169 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.170 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.170 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.171 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.172 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.173 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.173 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.174 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.174 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.17-0700 [App/0] OUT 2015-09-12 21:44:15.175 INFO 34 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings],methods=[GET]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2015-09-12T14:44:15.19-0700 [App/0] OUT 2015-09-12 21:44:15.195 INFO 34 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2015-09-12T14:44:15.21-0700 [App/0] OUT 2015-09-12 21:44:15.214 INFO 34 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2015-09-12T14:44:15.34-0700 [App/0] OUT 2015-09-12 21:44:15.345 INFO 34 --- [ main] / : Initializing Spring FrameworkServlet 'dispatcherServlet'
2015-09-12T14:44:15.34-0700 [App/0] OUT 2015-09-12 21:44:15.346 INFO 34 --- [ main] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2015-09-12T14:44:15.37-0700 [App/0] OUT 2015-09-12 21:44:15.379 INFO 34 --- [ main] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 33 ms
2015-09-12T14:44:15.44-0700 [App/0] OUT 2015-09-12 21:44:15.446 INFO 34 --- [ main] o.eclipse.jetty.server.ServerConnector : Started ServerConnector@520c665{HTTP/1.1}{0.0.0.0:62795}
2015-09-12T14:44:15.45-0700 [App/0] OUT 2015-09-12 21:44:15.453 INFO 34 --- [ main] .s.b.c.e.j.JettyEmbeddedServletContainer : Jetty started on port(s) 62795 (http/1.1)
2015-09-12T14:44:15.45-0700 [App/0] OUT 2015-09-12 21:44:15.456 INFO 34 --- [ main] hello.Application : Started Application in 7.12 seconds (JVM running for 7.866)
2015-09-12T14:44:15.45-0700 [App/0] OUT Let's inspect the beans provided by Spring Boot:
2015-09-12T14:44:15.45-0700 [App/0] OUT actuatorMetricRepository
2015-09-12T14:44:15.45-0700 [App/0] OUT application
2015-09-12T14:44:15.45-0700 [App/0] OUT applicationContextIdFilter
2015-09-12T14:44:15.45-0700 [App/0] OUT auditEventRepository
2015-09-12T14:44:15.45-0700 [App/0] OUT auditListener
2015-09-12T14:44:15.45-0700 [App/0] OUT autoConfigurationAuditEndpoint
2015-09-12T14:44:15.45-0700 [App/0] OUT basicErrorController
2015-09-12T14:44:15.45-0700 [App/0] OUT beanNameHandlerMapping
2015-09-12T14:44:15.45-0700 [App/0] OUT beanNameViewResolver
2015-09-12T14:44:15.45-0700 [App/0] OUT beansEndpoint
2015-09-12T14:44:15.45-0700 [App/0] OUT characterEncodingFilter
2015-09-12T14:44:15.45-0700 [App/0] OUT configurationPropertiesReportEndpoint
2015-09-12T14:44:15.45-0700 [App/0] OUT counterService
2015-09-12T14:44:15.45-0700 [App/0] OUT defaultServletHandlerMapping
2015-09-12T14:44:15.45-0700 [App/0] OUT defaultViewResolver
2015-09-12T14:44:15.45-0700 [App/0] OUT diskSpaceHealthIndicator
2015-09-12T14:44:15.45-0700 [App/0] OUT diskSpaceHealthIndicatorProperties
2015-09-12T14:44:15.45-0700 [App/0] OUT dispatcherServlet
2015-09-12T14:44:15.45-0700 [App/0] OUT dispatcherServletRegistration
2015-09-12T14:44:15.45-0700 [App/0] OUT dumpEndpoint
2015-09-12T14:44:15.45-0700 [App/0] OUT embeddedServletContainerCustomizerBeanPostProcessor
2015-09-12T14:44:15.45-0700 [App/0] OUT endpointHandlerMapping
2015-09-12T14:44:15.45-0700 [App/0] OUT endpointMBeanExporter
2015-09-12T14:44:15.46-0700 [App/0] OUT endpoints.health.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.46-0700 [App/0] OUT endpoints.jmx.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.46-0700 [App/0] OUT environmentEndpoint
2015-09-12T14:44:15.46-0700 [App/0] OUT environmentMvcEndpoint
2015-09-12T14:44:15.46-0700 [App/0] OUT error
2015-09-12T14:44:15.46-0700 [App/0] OUT errorAttributes
2015-09-12T14:44:15.46-0700 [App/0] OUT faviconHandlerMapping
2015-09-12T14:44:15.46-0700 [App/0] OUT faviconRequestHandler
2015-09-12T14:44:15.46-0700 [App/0] OUT gaugeService
2015-09-12T14:44:15.46-0700 [App/0] OUT handlerExceptionResolver
2015-09-12T14:44:15.46-0700 [App/0] OUT healthAggregator
2015-09-12T14:44:15.46-0700 [App/0] OUT healthEndpoint
2015-09-12T14:44:15.46-0700 [App/0] OUT healthMvcEndpoint
2015-09-12T14:44:15.46-0700 [App/0] OUT helloController
2015-09-12T14:44:15.46-0700 [App/0] OUT hiddenHttpMethodFilter
2015-09-12T14:44:15.46-0700 [App/0] OUT http.mappers.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.46-0700 [App/0] OUT httpRequestHandlerAdapter
2015-09-12T14:44:15.46-0700 [App/0] OUT infoEndpoint
2015-09-12T14:44:15.46-0700 [App/0] OUT jacksonObjectMapper
2015-09-12T14:44:15.46-0700 [App/0] OUT jacksonObjectMapperBuilder
2015-09-12T14:44:15.46-0700 [App/0] OUT jettyEmbeddedServletContainerFactory
2015-09-12T14:44:15.46-0700 [App/0] OUT management.health.status.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.46-0700 [App/0] OUT managementServerProperties
2015-09-12T14:44:15.46-0700 [App/0] OUT mappingJackson2HttpMessageConverter
2015-09-12T14:44:15.46-0700 [App/0] OUT mbeanExporter
2015-09-12T14:44:15.46-0700 [App/0] OUT mbeanServer
2015-09-12T14:44:15.46-0700 [App/0] OUT messageConverters
2015-09-12T14:44:15.46-0700 [App/0] OUT metricFilter
2015-09-12T14:44:15.46-0700 [App/0] OUT metricReaderPublicMetrics
2015-09-12T14:44:15.46-0700 [App/0] OUT metricsEndpoint
2015-09-12T14:44:15.46-0700 [App/0] OUT metricsMvcEndpoint
2015-09-12T14:44:15.46-0700 [App/0] OUT multipart.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.46-0700 [App/0] OUT multipartConfigElement
2015-09-12T14:44:15.46-0700 [App/0] OUT multipartResolver
2015-09-12T14:44:15.46-0700 [App/0] OUT mvcContentNegotiationManager
2015-09-12T14:44:15.47-0700 [App/0] OUT mvcConversionService
2015-09-12T14:44:15.47-0700 [App/0] OUT mvcEndpoints
2015-09-12T14:44:15.47-0700 [App/0] OUT mvcPathMatcher
2015-09-12T14:44:15.47-0700 [App/0] OUT mvcResourceUrlProvider
2015-09-12T14:44:15.47-0700 [App/0] OUT mvcUriComponentsContributor
2015-09-12T14:44:15.47-0700 [App/0] OUT mvcUrlPathHelper
2015-09-12T14:44:15.47-0700 [App/0] OUT mvcValidator
2015-09-12T14:44:15.47-0700 [App/0] OUT mvcViewResolver
2015-09-12T14:44:15.47-0700 [App/0] OUT objectNamingStrategy
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration$AuditEventRepositoryConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$InfoPropertiesConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$RequestMappingEndpointConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration$ApplicationContextFilterConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$DiskSpaceHealthIndicatorConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration$MetricRepositoryConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.autoconfigure.AutoConfigurationPackages
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
2015-09-12T14:44:15.47-0700 [App/0] OUT org.springframework.boot.autoconfigure.condition.BeanTypeRegistry
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedJetty
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$JettyWebSocketConfiguration
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.context.annotation.internalAutowiredAnnotationProcessor
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.context.annotation.internalCommonAnnotationProcessor
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.context.annotation.internalConfigurationAnnotationProcessor
2015-09-12T14:44:15.48-0700 [App/0] OUT org.springframework.context.annotation.internalRequiredAnnotationProcessor
2015-09-12T14:44:15.49-0700 [App/0] OUT propertySourcesPlaceholderConfigurer
2015-09-12T14:44:15.49-0700 [App/0] OUT requestContextListener
2015-09-12T14:44:15.49-0700 [App/0] OUT requestMappingEndpoint
2015-09-12T14:44:15.49-0700 [App/0] OUT requestMappingHandlerAdapter
2015-09-12T14:44:15.49-0700 [App/0] OUT requestMappingHandlerMapping
2015-09-12T14:44:15.49-0700 [App/0] OUT resourceHandlerMapping
2015-09-12T14:44:15.49-0700 [App/0] OUT serverProperties
2015-09-12T14:44:15.49-0700 [App/0] OUT shutdownEndpoint
2015-09-12T14:44:15.49-0700 [App/0] OUT simpleControllerHandlerAdapter
2015-09-12T14:44:15.49-0700 [App/0] OUT spring.http.encoding.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.49-0700 [App/0] OUT spring.jackson.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.49-0700 [App/0] OUT spring.mvc.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.49-0700 [App/0] OUT spring.resources.CONFIGURATION_PROPERTIES
2015-09-12T14:44:15.49-0700 [App/0] OUT stringHttpMessageConverter
2015-09-12T14:44:15.49-0700 [App/0] OUT systemPublicMetrics
2015-09-12T14:44:15.49-0700 [App/0] OUT traceEndpoint
2015-09-12T14:44:15.49-0700 [App/0] OUT traceRepository
2015-09-12T14:44:15.49-0700 [App/0] OUT viewControllerHandlerMapping
2015-09-12T14:44:15.49-0700 [App/0] OUT viewResolver
2015-09-12T14:44:15.49-0700 [App/0] OUT webRequestLoggingFilter
2015-09-12T14:44:15.49-0700 [App/0] OUT websocketContainerCustomizer
2015-09-12T14:44:49.59-0700 [RTR/0] OUT jamesboot.cfapps.io - [12/09/2015:21:44:49 +0000] "GET / HTTP/1.1" 200 0 27 "-" "curl/7.43.0" 10.10.2.195:51684 x_forwarded_for:"108.216.154.3" x_forwarded_proto:"http" vcap_request_id:fd6a8f5e-3cae-4a50-6301-fe2143680bbf response_time:0.067385293 app_id:f414cccd-7d55-4a2e-a4ce-3b79b74feef2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment