Created
September 14, 2010 15:40
-
-
Save bbrowning/579237 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I, [2010-09-14 11:39:54 #1479] INFO -- : Discovering platform... | |
| D, [2010-09-14 11:39:54 #1479] DEBUG -- : Discovering if we're on EC2... | |
| T, [2010-09-14 11:39:54 #1479] TRACE -- : GET: http://169.254.169.254/1.0/meta-data/local-ipv4 | |
| D, [2010-09-14 11:39:57 #1479] DEBUG -- : Nope, it's not EC2. | |
| D, [2010-09-14 11:39:57 #1479] DEBUG -- : Discovering if we're on Virtualbox... | |
| D, [2010-09-14 11:39:57 #1479] DEBUG -- : Yes, we're on Virtualbox. | |
| I, [2010-09-14 11:39:57 #1479] INFO -- : Initializing SteamCannon Agent... | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : Agent config: | |
| --- !map:OpenHash | |
| log_dir: log | |
| platform: :virtualbox | |
| ssl_dir: ssl | |
| ssl_key_file_name: key.pem | |
| services: | |
| - JBossAS | |
| - Mock | |
| environment: development | |
| log_level: trace | |
| ssl_cert_file_name: cert.pem | |
| ssl_server_cert_file_name: server_cert.pem | |
| D, [2010-09-14 11:39:57 #1479] DEBUG -- : Initializing certificate... | |
| I, [2010-09-14 11:39:57 #1479] INFO -- : Reading server certificate... | |
| D, [2010-09-14 11:39:57 #1479] DEBUG -- : Server certificate read. | |
| I, [2010-09-14 11:39:57 #1479] INFO -- : Using already existing certificate. | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000065) SELECT sqlite_version(*) | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000096) DROP TABLE IF EXISTS "services" | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000025) PRAGMA table_info("services") | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000468) CREATE TABLE "services" ("name" VARCHAR(50) NOT NULL, PRIMARY KEY("name")) | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000050) DROP TABLE IF EXISTS "events" | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000010) PRAGMA table_info("events") | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000742) CREATE TABLE "events" ("id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "operation" VARCHAR(50), "status" VARCHAR(50), "parent_id" INTEGER, "msg" VARCHAR(50), "time" TIMESTAMP, "service_name" VARCHAR(50) NOT NULL) | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000106) CREATE INDEX "index_events_service" ON "events" ("service_name") | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000014) DROP TABLE IF EXISTS "artifacts" | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000009) PRAGMA table_info("artifacts") | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000120) CREATE TABLE "artifacts" ("id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "location" VARCHAR(50), "name" VARCHAR(50), "type" VARCHAR(50), "size" INTEGER, "service_name" VARCHAR(50) NOT NULL) | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000101) CREATE INDEX "index_artifacts_service" ON "artifacts" ("service_name") | |
| I, [2010-09-14 11:39:57 #1479] INFO -- : Loading services... | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : Loading JBossAS service... | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : Registering SteamCannon::JBossASService service... | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000125) INSERT INTO "services" ("name") VALUES ('jboss_as') | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : Service JBossAS loaded. | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : Loading Mock service... | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : Registering SteamCannon::MockService service... | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : ~ (0.000036) INSERT INTO "services" ("name") VALUES ('mock') | |
| T, [2010-09-14 11:39:57 #1479] TRACE -- : Service Mock loaded. | |
| I, [2010-09-14 11:39:57 #1479] INFO -- : 2 service(s) loaded. | |
| >> Thin web server (v1.2.8 codename Does It Offend You, Yeah?) | |
| >> Debugging ON | |
| >> Maximum connections set to 100 | |
| >> Listening on 0.0.0.0:7575, CTRL+C to stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment