This file contains 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
2015-03-09T04:04:54UTC horrible3[cmd.1]: Mon, 09 Mar 2015 04:04:54 GMT connect:dispatcher use / anonymous | |
2015-03-09T04:04:54UTC horrible3[cmd.1]: mongo mongodb://c766.candidate.19.mongolayer.com:10766/datatest,mongodb://c876.candidate.18.mongolayer.com:10876 connected | |
2015-03-09T04:04:54UTC horrible3[cmd.1]: mongo mongodb://c766.candidate.19.mongolayer.com:10766/datatest,mongodb://c876.candidate.18.mongolayer.com:10876 connected | |
2015-03-09T04:04:54UTC horrible3[cmd.1]: Mongoose: users.ensureIndex({ createdAt: -1 }) { safe: undefined, background: true } | |
2015-03-09T04:04:54UTC horrible3[cmd.1]: Mongoose: proposals.ensureIndex({ createdAt: -1 }) { safe: undefined, background: true } | |
2015-03-09T04:04:54UTC horrible3[cmd.1]: Mongoose: laws.ensureIndex({ createdAt: -1 }) { safe: undefined, background: true } | |
2015-03-09T04:04:54UTC horrible3[cmd.1]: Mongoose: tags.ensureIndex({ createdAt: -1 }) { safe: undefined, background: true } | |
2015-03-09T04:04:54UTC horrible3[cmd.1]: Mongoose: comments.ensureIndex({ cr |
This file contains 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
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT express:router defined get /signin/:token | |
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT connect:dispatcher use / anonymous | |
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT express:application booting in production mode | |
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT connect:dispatcher use / query | |
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT connect:dispatcher use / expressInit | |
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT connect:dispatcher use / router | |
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT express:router defined get /signup | |
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT express:router defined get /signup/validate/:token | |
2015-03-09T03:25:46UTC horrible2[cmd.1]: Mon, 09 Mar 2015 03:25:46 GMT express:router defined get /signup/validated | |
2015-03-09T03:25:46UTC horribl |
This file contains 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
➜ app-demo git:(master) ✗ git push deis master | |
Counting objects: 82, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (76/76), done. | |
Writing objects: 100% (82/82), 11.59 KiB | 0 bytes/s, done. | |
Total 82 (delta 41), reused 0 (delta 0) | |
-----> Node.js app detected | |
Node engine: 0.10.x | |
Npm engine: unspecified |
This file contains 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
2015-03-09T02:58:19UTC horrible[cmd.1]: Mon, 09 Mar 2015 02:58:19 GMT connect:dispatcher use / anonymous | |
2015-03-09T02:58:19UTC horrible[cmd.1]: Mon, 09 Mar 2015 02:58:19 GMT democracyos:root Application started on port 80 | |
2015-03-09T02:58:19UTC horrible[cmd.1]: mongo mongodb://c766.candidate.19.mongolayer.com:10766/datatest,mongodb://c876.candidate.18.mongolayer.com:10876 connected | |
2015-03-09T02:58:19UTC horrible[cmd.1]: mongo mongodb://c766.candidate.19.mongolayer.com:10766/datatest,mongodb://c876.candidate.18.mongolayer.com:10876 connected | |
2015-03-09T02:58:19UTC horrible[cmd.1]: Mongoose: users.ensureIndex({ createdAt: -1 }) { safe: undefined, background: true } | |
2015-03-09T02:58:19UTC horrible[cmd.1]: Mongoose: proposals.ensureIndex({ createdAt: -1 }) { safe: undefined, background: true } | |
2015-03-09T02:58:19UTC horrible[cmd.1]: Mongoose: laws.ensureIndex({ createdAt: -1 }) { safe: undefined, background: true } | |
2015-03-09T02:58:19UTC horrible[cmd.1]: Mongoose: tags.ensureIndex({ createdAt: -1 }) { saf |
This file contains 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
➜ app git:(fix/mongoose-usage) ✗ NODE_ENV=production NODE_PATH=. DEBUG=mongoose node index.js | |
Utilizando Cluster mongoDB: c787.candidate.20.mongolayer.com:10787,c832.candidate.18.mongolayer.com:10832 | |
mongodb://c787.candidate.20.mongolayer.com:10787/datatest,mongodb://c832.candidate.18.mongolayer.com:10832 | |
Conectando a la base de datos del sistema datatest | |
mongo mongodb://c787.candidate.20.mongolayer.com:10787/datatest,mongodb://c832.candidate.18.mongolayer.com:10832 error: | |
{ [Error: Trying to open unclosed connection.] state: 2 } | |
mongo mongodb://undefined:27017/undefined error: | |
{ [Error: Trying to open unclosed connection.] state: 2 } | |
mongo mongodb://c787.candidate.20.mongolayer.com:10787/datatest,mongodb://c832.candidate.18.mongolayer.com:10832 connected | |
mongo mongodb://undefined:27017/undefined connected |
This file contains 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
➜ app git:(fix/mongoose-usage) ✗ NODE_ENV=production NODE_PATH=. DEBUG=mongoose node index.js | |
Utilizando Cluster mongoDB: c787.candidate.20.mongolayer.com:10787,c832.candidate.18.mongolayer.com:10832 | |
mongodb://c787.candidate.20.mongolayer.com:10787/guidotest,mongodb://c832.candidate.18.mongolayer.com:10832 | |
Conectando a la base de datos del sistema guidotest | |
Utilizando Cluster mongoDB: c787.candidate.20.mongolayer.com:10787,c832.candidate.18.mongolayer.com:10832 | |
mongodb://c787.candidate.20.mongolayer.com:10787/guidotest,mongodb://c832.candidate.18.mongolayer.com:10832 | |
mongo mongodb://c787.candidate.20.mongolayer.com:10787/guidotest,mongodb://c832.candidate.18.mongolayer.com:10832 error: | |
{ [MongoError: auth failed] name: 'MongoError', ok: 0, errmsg: 'auth failed', code: 18 } | |
mongo mongodb://c787.candidate.20.mongolayer.com:10787/guidotest,mongodb://c832.candidate.18.mongolayer.com:10832 error: | |
{ [MongoError: auth failed] name: 'MongoError', ok: 0, errmsg: 'auth failed', code: 18 } |
This file contains 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
➜ deis-app git:(master) ✗ deis logs --app guidotest | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT connect:dispatcher use / query | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT connect:dispatcher use / expressInit | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT express:router defined get /browser-update | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT connect:dispatcher use / anonymous | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT express:application booting in production mode | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT connect:dispatcher use / query | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT connect:dispatcher use / expressInit | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT connect:dispatcher use / router | |
2015-03-09T00:47:21UTC guidotest[cmd.1]: Mon, 09 Mar 2015 00:47:21 GMT express:router defined get /browser-upd |
This file contains 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
➜ deis-app git:(master) ✗ deis logs --app guidotest2 | |
2015-03-08T23:15:21UTC deis[api]: guidotest2: config guidotest2-d555fc0 updated | |
2015-03-08T23:15:21UTC deis[api]: guidotest2: release guidotest2-v1 created | |
2015-03-08T23:15:21UTC deis[api]: gvilarino created initial release | |
2015-03-08T23:16:35UTC deis[api]: guidotest2: config guidotest2-d7ffb37 updated | |
2015-03-08T23:16:35UTC deis[api]: guidotest2: release guidotest2-v2 created | |
2015-03-08T23:16:35UTC deis[api]: gvilarino added JWT_SECRET, COMMENTS_PER_PAGE, LEARN_MORE_URL, LOCALE, MULTICORE, NOTIFICATIONS_URL, NODE_PATH, PORT, PUBLIC_PORT, NODE_ENV, PROTOCOL, MONGO_USERS_URL, SPAM_LIMIT, HOST, RSS_ENABLED, DEBUG, LOGO, ORGANIZATION_URL, NOTIFICATIONS_TOKEN, FAVICON, ORGANIZATION_NAME, MONGO_URL, STAFF | |
2015-03-08T23:18:07UTC deis[api]: guidotest2: build guidotest2-ddd9b33 created | |
2015-03-08T23:18:07UTC deis[api]: guidotest2: release guidotest2-v3 created | |
2015-03-08T23:18:07UTC deis[api]: gvilarino deployed 54d5eaa |
This file contains 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
2015-03-08T23:15:21UTC deis[api]: guidotest2: config guidotest2-d555fc0 updated | |
2015-03-08T23:15:21UTC deis[api]: guidotest2: release guidotest2-v1 created | |
2015-03-08T23:15:21UTC deis[api]: gvilarino created initial release | |
2015-03-08T23:16:35UTC deis[api]: guidotest2: config guidotest2-d7ffb37 updated | |
2015-03-08T23:16:35UTC deis[api]: guidotest2: release guidotest2-v2 created | |
2015-03-08T23:16:35UTC deis[api]: gvilarino added JWT_SECRET, COMMENTS_PER_PAGE, LEARN_MORE_URL, LOCALE, MULTICORE, NOTIFICATIONS_URL, NODE_PATH, PORT, PUBLIC_PORT, NODE_ENV, PROTOCOL, MONGO_USERS_URL, SPAM_LIMIT, HOST, RSS_ENABLED, DEBUG, LOGO, ORGANIZATION_URL, NOTIFICATIONS_TOKEN, FAVICON, ORGANIZATION_NAME, MONGO_URL, STAFF | |
2015-03-08T23:18:07UTC deis[api]: guidotest2: build guidotest2-ddd9b33 created | |
2015-03-08T23:18:07UTC deis[api]: guidotest2: release guidotest2-v3 created | |
2015-03-08T23:18:07UTC deis[api]: gvilarino deployed 54d5eaa | |
2015-03-08T23:18:14UTC deis[api]: guidotest2: gvilarino scaled containers cmd=1 |
This file contains 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
2015-03-08T22:53:15UTC deis[api]: guidotest: config guidotest-75bafa2 updated | |
2015-03-08T22:53:15UTC deis[api]: guidotest: release guidotest-v1 created | |
2015-03-08T22:53:15UTC deis[api]: gvilarino created initial release | |
2015-03-08T22:53:31UTC deis[api]: guidotest: config guidotest-dbd8dfb updated | |
2015-03-08T22:53:31UTC deis[api]: guidotest: release guidotest-v2 created | |
2015-03-08T22:53:31UTC deis[api]: gvilarino added JWT_SECRET, COMMENTS_PER_PAGE, LEARN_MORE_URL, LOCALE, MULTICORE, NOTIFICATIONS_URL, FAVICON, PORT, PUBLIC_PORT, NODE_ENV, PROTOCOL, SPAM_LIMIT, HOST, RSS_ENABLED, DEBUG, LOGO, ORGANIZATION_URL, NOTIFICATIONS_TOKEN, NODE_PATH, ORGANIZATION_NAME, MONGO_URL, STAFF | |
2015-03-08T22:56:59UTC deis[api]: guidotest: config guidotest-a08e205 updated | |
2015-03-08T22:56:59UTC deis[api]: guidotest: release guidotest-v3 created | |
2015-03-08T22:56:59UTC deis[api]: gvilarino changed DEBUG | |
2015-03-08T22:59:17UTC deis[api]: guidotest: build guidotest-6805f18 created |