Advertisement
Odysseuss

Untitled

Jan 25th, 2020
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. MacBooks-MacBook-Pro:~ macbook$ heroku logs -t
  2. › Error: Missing required flag:
  3. › -a, --app APP app to run command against
  4. › See more help with --help
  5. MacBooks-MacBook-Pro:~ macbook$ cd craig_on_rails/
  6. MacBooks-MacBook-Pro:craig_on_rails macbook$ cd my_first_rails_app/
  7. MacBooks-MacBook-Pro:my_first_rails_app macbook$ heroku logs -t
  8. 2020-01-25T16:36:29.815408+00:00 app[api]: Starting process with command `rails db:migrate` by user glockbot@gmail.com
  9. 2020-01-25T16:36:33.678103+00:00 heroku[run.2458]: State changed from starting to up
  10. 2020-01-25T16:36:33.552652+00:00 heroku[run.2458]: Awaiting client
  11. 2020-01-25T16:36:33.577778+00:00 heroku[run.2458]: Starting process with command `rails db:migrate`
  12. 2020-01-25T16:36:40.663787+00:00 heroku[run.2458]: State changed from up to complete
  13. 2020-01-25T16:36:40.648904+00:00 heroku[run.2458]: Process exited with status 0
  14. 2020-01-25T16:37:26.080645+00:00 app[web.1]: => Booting Puma
  15. 2020-01-25T16:37:26.080669+00:00 app[web.1]: => Rails 5.2.4.1 application starting in production
  16. 2020-01-25T16:37:26.080671+00:00 app[web.1]: => Run `rails server -h` for more startup options
  17. 2020-01-25T16:37:26.080673+00:00 app[web.1]: Puma starting in single mode...
  18. 2020-01-25T16:37:26.080675+00:00 app[web.1]: * Version 3.12.2 (ruby 2.6.5-p114), codename: Llamas in Pajamas
  19. 2020-01-25T16:37:26.080677+00:00 app[web.1]: * Min threads: 5, max threads: 5
  20. 2020-01-25T16:37:26.080679+00:00 app[web.1]: * Environment: production
  21. 2020-01-25T16:37:26.080681+00:00 app[web.1]: * Listening on tcp://0.0.0.0:39231
  22. 2020-01-25T16:37:26.080683+00:00 app[web.1]: Use Ctrl-C to stop
  23. 2020-01-25T16:37:26.080685+00:00 app[web.1]: I, [2020-01-25T16:37:26.080490 #4] INFO -- : [74af31a8-19d4-4956-b84e-8d345891b970] Started GET "/" for 63.135.14.58 at 2020-01-25 16:37:26 +0000
  24. 2020-01-25T16:37:26.082360+00:00 app[web.1]: I, [2020-01-25T16:37:26.082251 #4] INFO -- : [74af31a8-19d4-4956-b84e-8d345891b970] Processing by CarsController#index as HTML
  25. 2020-01-25T16:37:26.099913+00:00 app[web.1]: I, [2020-01-25T16:37:26.099784 #4] INFO -- : [74af31a8-19d4-4956-b84e-8d345891b970] Rendering cars/index.html.erb within layouts/application
  26. 2020-01-25T16:37:26.198731+00:00 app[web.1]: D, [2020-01-25T16:37:26.198561 #4] DEBUG -- : [74af31a8-19d4-4956-b84e-8d345891b970] Car Load (2.7ms) SELECT "cars".* FROM "cars"
  27. 2020-01-25T16:37:26.710105+00:00 heroku[router]: at=info method=GET path="/" host=sleepy-shelf-69512.herokuapp.com request_id=74af31a8-19d4-4956-b84e-8d345891b970 fwd="63.135.14.58" dyno=web.1 connect=0ms service=638ms status=500 bytes=1827 protocol=https
  28. 2020-01-25T16:37:26.705505+00:00 app[web.1]: I, [2020-01-25T16:37:26.705329 #4] INFO -- : [74af31a8-19d4-4956-b84e-8d345891b970] Rendered cars/index.html.erb within layouts/application (605.2ms)
  29. 2020-01-25T16:37:26.707321+00:00 app[web.1]: I, [2020-01-25T16:37:26.707227 #4] INFO -- : [74af31a8-19d4-4956-b84e-8d345891b970] Completed 500 Internal Server Error in 625ms (ActiveRecord: 37.9ms)
  30. 2020-01-25T16:37:26.708376+00:00 app[web.1]: F, [2020-01-25T16:37:26.708287 #4] FATAL -- : [74af31a8-19d4-4956-b84e-8d345891b970]
  31. 2020-01-25T16:37:26.708515+00:00 app[web.1]: F, [2020-01-25T16:37:26.708426 #4] FATAL -- : [74af31a8-19d4-4956-b84e-8d345891b970] ActionView::Template::Error (undefined local variable or method `new_car_path' for #<#<Class:0x00005572e8832178>:0x00005572e88429d8>
  32. 2020-01-25T16:37:26.708519+00:00 app[web.1]: Did you mean? new_cars_path):
  33. 2020-01-25T16:37:26.708802+00:00 app[web.1]: F, [2020-01-25T16:37:26.708720 #4] FATAL -- : [74af31a8-19d4-4956-b84e-8d345891b970] 28:
  34. 2020-01-25T16:37:26.708806+00:00 app[web.1]: [74af31a8-19d4-4956-b84e-8d345891b970] 29: <br>
  35. 2020-01-25T16:37:26.708809+00:00 app[web.1]: [74af31a8-19d4-4956-b84e-8d345891b970] 30:
  36. 2020-01-25T16:37:26.708812+00:00 app[web.1]: [74af31a8-19d4-4956-b84e-8d345891b970] 31: <%= link_to 'New Car', new_car_path %>
  37. 2020-01-25T16:37:26.708935+00:00 app[web.1]: F, [2020-01-25T16:37:26.708851 #4] FATAL -- : [74af31a8-19d4-4956-b84e-8d345891b970]
  38. 2020-01-25T16:37:26.709074+00:00 app[web.1]: F, [2020-01-25T16:37:26.708989 #4] FATAL -- : [74af31a8-19d4-4956-b84e-8d345891b970] app/views/cars/index.html.erb:31:in `_app_views_cars_index_html_erb___2194692007362947086_46976007772340'
  39. 2020-01-25T16:37:27.007015+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=sleepy-shelf-69512.herokuapp.com request_id=3e695a8f-1c31-464f-8dc2-e1f72e5f9994 fwd="63.135.14.58" dyno=web.1 connect=1ms service=5ms status=200 bytes=143 protocol=https
  40. 2020-01-25T16:38:08.901064+00:00 app[web.1]: I, [2020-01-25T16:38:08.900922 #4] INFO -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] Started GET "/" for 63.135.14.58 at 2020-01-25 16:38:08 +0000
  41. 2020-01-25T16:38:08.902299+00:00 app[web.1]: I, [2020-01-25T16:38:08.902189 #4] INFO -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] Processing by CarsController#index as HTML
  42. 2020-01-25T16:38:08.903877+00:00 app[web.1]: I, [2020-01-25T16:38:08.903738 #4] INFO -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] Rendering cars/index.html.erb within layouts/application
  43. 2020-01-25T16:38:08.908752+00:00 app[web.1]: D, [2020-01-25T16:38:08.908653 #4] DEBUG -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] Car Load (2.7ms) SELECT "cars".* FROM "cars"
  44. 2020-01-25T16:38:09.301160+00:00 heroku[router]: at=info method=GET path="/" host=sleepy-shelf-69512.herokuapp.com request_id=fa7d0169-6e57-4f4b-a880-2d6277dfe18f fwd="63.135.14.58" dyno=web.1 connect=0ms service=404ms status=500 bytes=1827 protocol=https
  45. 2020-01-25T16:38:09.300208+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=sleepy-shelf-69512.herokuapp.com request_id=91864b2a-b8f2-4ddc-90c7-39346e18d64c fwd="63.135.14.58" dyno=web.1 connect=1ms service=234ms status=304 bytes=48 protocol=https
  46. 2020-01-25T16:38:09.298267+00:00 app[web.1]: I, [2020-01-25T16:38:09.298122 #4] INFO -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] Rendered cars/index.html.erb within layouts/application (394.2ms)
  47. 2020-01-25T16:38:09.298676+00:00 app[web.1]: I, [2020-01-25T16:38:09.298591 #4] INFO -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] Completed 500 Internal Server Error in 396ms (ActiveRecord: 2.7ms)
  48. 2020-01-25T16:38:09.299300+00:00 app[web.1]: F, [2020-01-25T16:38:09.299214 #4] FATAL -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f]
  49. 2020-01-25T16:38:09.299429+00:00 app[web.1]: F, [2020-01-25T16:38:09.299351 #4] FATAL -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] ActionView::Template::Error (undefined local variable or method `new_car_path' for #<#<Class:0x00005572e8832178>:0x00005572e9c477a8>
  50. 2020-01-25T16:38:09.299432+00:00 app[web.1]: Did you mean? new_cars_path):
  51. 2020-01-25T16:38:09.299758+00:00 app[web.1]: F, [2020-01-25T16:38:09.299670 #4] FATAL -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] 28:
  52. 2020-01-25T16:38:09.299761+00:00 app[web.1]: [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] 29: <br>
  53. 2020-01-25T16:38:09.299764+00:00 app[web.1]: [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] 30:
  54. 2020-01-25T16:38:09.299766+00:00 app[web.1]: [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] 31: <%= link_to 'New Car', new_car_path %>
  55. 2020-01-25T16:38:09.299980+00:00 app[web.1]: F, [2020-01-25T16:38:09.299901 #4] FATAL -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f]
  56. 2020-01-25T16:38:09.300109+00:00 app[web.1]: F, [2020-01-25T16:38:09.300033 #4] FATAL -- : [fa7d0169-6e57-4f4b-a880-2d6277dfe18f] app/views/cars/index.html.erb:31:in `_app_views_cars_index_html_erb___2194692007362947086_46976007772340'
  57. 2020-01-25T16:38:43.070604+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=sleepy-shelf-69512.herokuapp.com request_id=aaf6b4be-e012-442f-b668-01ba10e0c274 fwd="63.135.14.58" dyno=web.1 connect=0ms service=3ms status=304 bytes=48 protocol=https
  58. 2020-01-25T16:38:43.064157+00:00 app[web.1]: I, [2020-01-25T16:38:43.064031 #4] INFO -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] Started GET "/" for 63.135.14.58 at 2020-01-25 16:38:43 +0000
  59. 2020-01-25T16:38:43.065281+00:00 app[web.1]: I, [2020-01-25T16:38:43.065195 #4] INFO -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] Processing by CarsController#index as HTML
  60. 2020-01-25T16:38:43.066551+00:00 app[web.1]: I, [2020-01-25T16:38:43.066466 #4] INFO -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] Rendering cars/index.html.erb within layouts/application
  61. 2020-01-25T16:38:43.071179+00:00 app[web.1]: D, [2020-01-25T16:38:43.071074 #4] DEBUG -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] Car Load (1.3ms) SELECT "cars".* FROM "cars"
  62. 2020-01-25T16:38:43.553114+00:00 heroku[router]: at=info method=GET path="/" host=sleepy-shelf-69512.herokuapp.com request_id=0a5d3ef7-5f44-43b3-a411-b0b992568aae fwd="63.135.14.58" dyno=web.1 connect=0ms service=497ms status=500 bytes=1827 protocol=https
  63. 2020-01-25T16:38:43.550107+00:00 app[web.1]: I, [2020-01-25T16:38:43.549954 #4] INFO -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] Rendered cars/index.html.erb within layouts/application (483.2ms)
  64. 2020-01-25T16:38:43.550456+00:00 app[web.1]: I, [2020-01-25T16:38:43.550362 #4] INFO -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] Completed 500 Internal Server Error in 485ms (ActiveRecord: 1.3ms)
  65. 2020-01-25T16:38:43.551524+00:00 app[web.1]: F, [2020-01-25T16:38:43.551417 #4] FATAL -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae]
  66. 2020-01-25T16:38:43.551622+00:00 app[web.1]: F, [2020-01-25T16:38:43.551537 #4] FATAL -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] ActionView::Template::Error (undefined local variable or method `new_car_path' for #<#<Class:0x00005572e8832178>:0x00005572e99171a0>
  67. 2020-01-25T16:38:43.551626+00:00 app[web.1]: Did you mean? new_cars_path):
  68. 2020-01-25T16:38:43.551885+00:00 app[web.1]: F, [2020-01-25T16:38:43.551806 #4] FATAL -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] 28:
  69. 2020-01-25T16:38:43.551890+00:00 app[web.1]: [0a5d3ef7-5f44-43b3-a411-b0b992568aae] 29: <br>
  70. 2020-01-25T16:38:43.551892+00:00 app[web.1]: [0a5d3ef7-5f44-43b3-a411-b0b992568aae] 30:
  71. 2020-01-25T16:38:43.551894+00:00 app[web.1]: [0a5d3ef7-5f44-43b3-a411-b0b992568aae] 31: <%= link_to 'New Car', new_car_path %>
  72. 2020-01-25T16:38:43.552008+00:00 app[web.1]: F, [2020-01-25T16:38:43.551932 #4] FATAL -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae]
  73. 2020-01-25T16:38:43.552136+00:00 app[web.1]: F, [2020-01-25T16:38:43.552059 #4] FATAL -- : [0a5d3ef7-5f44-43b3-a411-b0b992568aae] app/views/cars/index.html.erb:31:in `_app_views_cars_index_html_erb___2194692007362947086_46976007772340'
  74. 2020-01-25T16:45:53.411506+00:00 app[web.1]: I, [2020-01-25T16:45:53.411390 #4] INFO -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] Started GET "/" for 63.135.14.58 at 2020-01-25 16:45:53 +0000
  75. 2020-01-25T16:45:53.412299+00:00 app[web.1]: I, [2020-01-25T16:45:53.412222 #4] INFO -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] Processing by CarsController#index as HTML
  76. 2020-01-25T16:45:53.413226+00:00 app[web.1]: I, [2020-01-25T16:45:53.413148 #4] INFO -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] Rendering cars/index.html.erb within layouts/application
  77. 2020-01-25T16:45:53.447756+00:00 app[web.1]: D, [2020-01-25T16:45:53.447606 #4] DEBUG -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] Car Load (2.9ms) SELECT "cars".* FROM "cars"
  78. 2020-01-25T16:45:53.686249+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=sleepy-shelf-69512.herokuapp.com request_id=27759f9c-5a77-447b-88e5-596709881bd6 fwd="63.135.14.58" dyno=web.1 connect=1ms service=158ms status=304 bytes=48 protocol=https
  79. 2020-01-25T16:45:53.832547+00:00 heroku[router]: at=info method=GET path="/" host=sleepy-shelf-69512.herokuapp.com request_id=9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f fwd="63.135.14.58" dyno=web.1 connect=0ms service=422ms status=500 bytes=1827 protocol=https
  80. 2020-01-25T16:45:53.830410+00:00 app[web.1]: I, [2020-01-25T16:45:53.830263 #4] INFO -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] Rendered cars/index.html.erb within layouts/application (417.0ms)
  81. 2020-01-25T16:45:53.830575+00:00 app[web.1]: I, [2020-01-25T16:45:53.830506 #4] INFO -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] Completed 500 Internal Server Error in 418ms (ActiveRecord: 14.0ms)
  82. 2020-01-25T16:45:53.831091+00:00 app[web.1]: F, [2020-01-25T16:45:53.831021 #4] FATAL -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f]
  83. 2020-01-25T16:45:53.831135+00:00 app[web.1]: F, [2020-01-25T16:45:53.831091 #4] FATAL -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] ActionView::Template::Error (undefined local variable or method `new_car_path' for #<#<Class:0x00005572e8832178>:0x00005572e9904578>
  84. 2020-01-25T16:45:53.831139+00:00 app[web.1]: Did you mean? new_cars_path):
  85. 2020-01-25T16:45:53.831294+00:00 app[web.1]: F, [2020-01-25T16:45:53.831226 #4] FATAL -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] 28:
  86. 2020-01-25T16:45:53.831298+00:00 app[web.1]: [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] 29: <br>
  87. 2020-01-25T16:45:53.831300+00:00 app[web.1]: [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] 30:
  88. 2020-01-25T16:45:53.831302+00:00 app[web.1]: [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] 31: <%= link_to 'New Car', new_car_path %>
  89. 2020-01-25T16:45:53.831309+00:00 app[web.1]: F, [2020-01-25T16:45:53.831276 #4] FATAL -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f]
  90. 2020-01-25T16:45:53.831388+00:00 app[web.1]: F, [2020-01-25T16:45:53.831324 #4] FATAL -- : [9ca25f5e-7ac9-46f8-b386-cf48e1cefa4f] app/views/cars/index.html.erb:31:in `_app_views_cars_index_html_erb___2194692007362947086_46976007772340'
  91. 2020-01-25T16:57:38.720825+00:00 app[web.1]: I, [2020-01-25T16:57:38.720708 #4] INFO -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] Started GET "/" for 63.135.14.58 at 2020-01-25 16:57:38 +0000
  92. 2020-01-25T16:57:38.721510+00:00 app[web.1]: I, [2020-01-25T16:57:38.721438 #4] INFO -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] Processing by CarsController#index as HTML
  93. 2020-01-25T16:57:38.722292+00:00 app[web.1]: I, [2020-01-25T16:57:38.722222 #4] INFO -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] Rendering cars/index.html.erb within layouts/application
  94. 2020-01-25T16:57:38.756708+00:00 app[web.1]: D, [2020-01-25T16:57:38.756588 #4] DEBUG -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] Car Load (1.4ms) SELECT "cars".* FROM "cars"
  95. 2020-01-25T16:57:39.043773+00:00 heroku[router]: at=info method=GET path="/" host=sleepy-shelf-69512.herokuapp.com request_id=4e6d2839-afb7-4e65-be8a-5d9e96f07ea8 fwd="63.135.14.58" dyno=web.1 connect=0ms service=324ms status=500 bytes=1827 protocol=https
  96. 2020-01-25T16:57:39.040428+00:00 app[web.1]: I, [2020-01-25T16:57:39.040275 #4] INFO -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] Rendered cars/index.html.erb within layouts/application (317.9ms)
  97. 2020-01-25T16:57:39.040906+00:00 app[web.1]: I, [2020-01-25T16:57:39.040810 #4] INFO -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] Completed 500 Internal Server Error in 319ms (ActiveRecord: 12.5ms)
  98. 2020-01-25T16:57:39.042050+00:00 app[web.1]: F, [2020-01-25T16:57:39.041958 #4] FATAL -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8]
  99. 2020-01-25T16:57:39.042199+00:00 app[web.1]: F, [2020-01-25T16:57:39.042114 #4] FATAL -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] ActionView::Template::Error (undefined local variable or method `new_car_path' for #<#<Class:0x00005572e8832178>:0x00005572ea722128>
  100. 2020-01-25T16:57:39.042202+00:00 app[web.1]: Did you mean? new_cars_path):
  101. 2020-01-25T16:57:39.042558+00:00 app[web.1]: F, [2020-01-25T16:57:39.042474 #4] FATAL -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] 28:
  102. 2020-01-25T16:57:39.042561+00:00 app[web.1]: [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] 29: <br>
  103. 2020-01-25T16:57:39.042564+00:00 app[web.1]: [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] 30:
  104. 2020-01-25T16:57:39.042566+00:00 app[web.1]: [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] 31: <%= link_to 'New Car', new_car_path %>
  105. 2020-01-25T16:57:39.042703+00:00 app[web.1]: F, [2020-01-25T16:57:39.042622 #4] FATAL -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8]
  106. 2020-01-25T16:57:39.042878+00:00 app[web.1]: F, [2020-01-25T16:57:39.042799 #4] FATAL -- : [4e6d2839-afb7-4e65-be8a-5d9e96f07ea8] app/views/cars/index.html.erb:31:in `_app_views_cars_index_html_erb___2194692007362947086_46976007772340'
  107. 2020-01-25T16:57:39.048325+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=sleepy-shelf-69512.herokuapp.com request_id=f29d2100-d17e-4045-ae30-df5d27573094 fwd="63.135.14.58" dyno=web.1 connect=0ms service=214ms status=304 bytes=48 protocol=https
  108. 2020-01-25T17:33:24.314502+00:00 heroku[web.1]: Idling
  109. 2020-01-25T17:33:24.317726+00:00 heroku[web.1]: State changed from up to down
  110. 2020-01-25T17:33:25.499289+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  111. 2020-01-25T17:33:25.522807+00:00 app[web.1]: - Gracefully stopping, waiting for requests to finish
  112. 2020-01-25T17:33:25.525215+00:00 app[web.1]: === puma shutdown: 2020-01-25 17:33:25 +0000 ===
  113. 2020-01-25T17:33:25.525257+00:00 app[web.1]: - Goodbye!
  114. 2020-01-25T17:33:25.525379+00:00 app[web.1]: Exiting
  115. 2020-01-25T17:33:25.687208+00:00 heroku[web.1]: Process exited with status 143
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement