remove log folder

This commit is contained in:
Jonathan Halterman 2014-05-12 09:39:52 -07:00
parent 4306bd6491
commit 2701de7654
2 changed files with 1 additions and 38 deletions

1
.gitignore vendored
View File

@ -11,5 +11,6 @@ debs/*
target/
test-output/
logs/
log/
*config*.yml
db/config.yml

View File

@ -1,38 +0,0 @@
INFO [2014-05-09 05:13:22,327] com.hpcloud.mon.bundle.SwaggerBundle: /var/lib/cloud does not exist, assuming that we are running locally
INFO [2014-05-09 05:13:22,331] io.dropwizard.server.ServerFactory: Starting HP Cloud Monitoring
INFO [2014-05-09 05:13:22,381] org.eclipse.jetty.setuid.SetUIDListener: Opened application@ae918c9{HTTP/1.1}{0.0.0.0:8080}
INFO [2014-05-09 05:13:22,382] org.eclipse.jetty.setuid.SetUIDListener: Opened admin@4d5a39b7{HTTP/1.1}{0.0.0.0:8081}
INFO [2014-05-09 05:13:22,384] org.eclipse.jetty.server.Server: jetty-9.0.7.v20131107
INFO [2014-05-09 05:13:23,061] com.sun.jersey.server.impl.application.WebApplicationImpl: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
INFO [2014-05-09 05:13:23,165] io.dropwizard.jersey.DropwizardResourceConfig: The following paths were found for the configured resources:
GET /api-docs (com.wordnik.swagger.jaxrs.listing.ApiListingResourceJSON)
GET /api-docs/{route: .+} (com.wordnik.swagger.jaxrs.listing.ApiListingResourceJSON)
GET / (com.hpcloud.mon.resource.VersionResource)
GET /{version_id} (com.hpcloud.mon.resource.VersionResource)
DELETE /v2.0/alarms/{alarm_id} (com.hpcloud.mon.resource.AlarmResource)
GET /v2.0/alarms (com.hpcloud.mon.resource.AlarmResource)
GET /v2.0/alarms/state-history (com.hpcloud.mon.resource.AlarmResource)
GET /v2.0/alarms/{alarm_id} (com.hpcloud.mon.resource.AlarmResource)
GET /v2.0/alarms/{alarm_id}/state-history (com.hpcloud.mon.resource.AlarmResource)
PATCH /v2.0/alarms/{alarm_id} (com.hpcloud.mon.resource.AlarmResource)
POST /v2.0/alarms (com.hpcloud.mon.resource.AlarmResource)
PUT /v2.0/alarms/{alarm_id} (com.hpcloud.mon.resource.AlarmResource)
GET /v2.0/metrics (com.hpcloud.mon.resource.MetricResource)
POST /v2.0/metrics (com.hpcloud.mon.resource.MetricResource)
GET /v2.0/metrics/measurements (com.hpcloud.mon.resource.MeasurementResource)
GET /v2.0/metrics/statistics (com.hpcloud.mon.resource.StatisticResource)
DELETE /v2.0/notification-methods/{notification_method_id} (com.hpcloud.mon.resource.NotificationMethodResource)
GET /v2.0/notification-methods (com.hpcloud.mon.resource.NotificationMethodResource)
GET /v2.0/notification-methods/{notification_method_id} (com.hpcloud.mon.resource.NotificationMethodResource)
POST /v2.0/notification-methods (com.hpcloud.mon.resource.NotificationMethodResource)
PUT /v2.0/notification-methods/{notification_method_id} (com.hpcloud.mon.resource.NotificationMethodResource)
INFO [2014-05-09 05:13:23,439] org.eclipse.jetty.server.handler.ContextHandler: Started i.d.j.MutableServletContextHandler@1498de95{/,null,AVAILABLE}
INFO [2014-05-09 05:13:23,440] io.dropwizard.setup.AdminEnvironment: tasks =
POST /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask)
INFO [2014-05-09 05:13:23,445] org.eclipse.jetty.server.handler.ContextHandler: Started i.d.j.MutableServletContextHandler@1fae18cb{/,null,AVAILABLE}
INFO [2014-05-09 05:13:23,448] org.eclipse.jetty.server.ServerConnector: Started application@ae918c9{HTTP/1.1}{0.0.0.0:8080}
INFO [2014-05-09 05:13:23,449] org.eclipse.jetty.server.ServerConnector: Started admin@4d5a39b7{HTTP/1.1}{0.0.0.0:8081}