Skip to content

Instantly share code, notes, and snippets.

@stevanpopo
Created September 26, 2018 12:57
Show Gist options
  • Save stevanpopo/ce7855414301cdd968273ee0e6e8787f to your computer and use it in GitHub Desktop.
Save stevanpopo/ce7855414301cdd968273ee0e6e8787f to your computer and use it in GitHub Desktop.
Applications logs (Heroku)
➜ timelogger git:(master) heroku logs
2018-09-26T09:33:35.901569+00:00 app[api]: Deploy 1ba007e8 by user stevanpopovic5@gmail.com
2018-09-26T09:33:35.901569+00:00 app[api]: Release v22 created by user stevanpopovic5@gmail.com
2018-09-26T09:33:42.000000+00:00 app[api]: Build succeeded
2018-09-26T09:34:04.216494+00:00 heroku[web.1]: Starting process with command `npm start`
2018-09-26T09:34:07.356763+00:00 app[web.1]:
2018-09-26T09:34:07.356786+00:00 app[web.1]: > Dreamweeks@1.0.0 start /app
2018-09-26T09:34:07.356788+00:00 app[web.1]: > yarn build && node index
2018-09-26T09:34:07.356790+00:00 app[web.1]:
2018-09-26T09:34:08.220592+00:00 app[web.1]: yarn run v1.6.0
2018-09-26T09:34:08.443657+00:00 app[web.1]: $ webpack -p
2018-09-26T09:34:38.107313+00:00 app[web.1]: [copy-webpack-plugin] WARNING - unable to locate './src/assets' at '/app/src/assets'
2018-09-26T09:34:38.169570+00:00 app[web.1]: Hash: 4ed6bf5f5362fffa35da
2018-09-26T09:34:38.169574+00:00 app[web.1]: Version: webpack 3.12.0
2018-09-26T09:34:38.169576+00:00 app[web.1]: Time: 28388ms
2018-09-26T09:34:38.169581+00:00 app[web.1]: Asset Size Chunks Chunk Names
2018-09-26T09:34:38.169583+00:00 app[web.1]: app.js 888 kB 0 [emitted] [big] main
2018-09-26T09:34:38.169584+00:00 app[web.1]: index.html 439 bytes [emitted]
2018-09-26T09:34:38.169586+00:00 app[web.1]: [22] ./src/lib/Auth.js 2.07 kB {0} [built]
2018-09-26T09:34:38.169589+00:00 app[web.1]: [37] ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./src/scss/main.scss 2.61 kB {0} [built]
2018-09-26T09:34:38.169591+00:00 app[web.1]: [43] (webpack)/buildin/module.js 517 bytes {0} [built]
2018-09-26T09:34:38.169593+00:00 app[web.1]: [189] (webpack)/buildin/global.js 509 bytes {0} [built]
2018-09-26T09:34:38.169594+00:00 app[web.1]: [208] ./src/app.js 3.8 kB {0} [built]
2018-09-26T09:34:38.169596+00:00 app[web.1]: [239] ./src/scss/main.scss 1.22 kB {0} [built]
2018-09-26T09:34:38.169598+00:00 app[web.1]: [265] ./node_modules/moment/locale ^\.\/.*$ 2.98 kB {0} [optional] [built]
2018-09-26T09:34:38.169600+00:00 app[web.1]: + 416 hidden modules
2018-09-26T09:34:38.169602+00:00 app[web.1]:
2018-09-26T09:34:38.169604+00:00 app[web.1]: ERROR in [copy-webpack-plugin] unable to locate './src/assets' at '/app/src/assets'
2018-09-26T09:34:38.169605+00:00 app[web.1]: Child html-webpack-plugin for "index.html":
2018-09-26T09:34:38.169607+00:00 app[web.1]: 1 asset
2018-09-26T09:34:38.169609+00:00 app[web.1]: [0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 753 bytes {0} [built]
2018-09-26T09:34:38.169611+00:00 app[web.1]: [2] (webpack)/buildin/global.js 509 bytes {0} [built]
2018-09-26T09:34:38.169613+00:00 app[web.1]: [3] (webpack)/buildin/module.js 517 bytes {0} [built]
2018-09-26T09:34:38.169615+00:00 app[web.1]: + 1 hidden module
2018-09-26T09:34:38.215887+00:00 app[web.1]: error Command failed with exit code 2.
2018-09-26T09:34:38.216121+00:00 app[web.1]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2018-09-26T09:34:38.234331+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2018-09-26T09:34:38.235105+00:00 app[web.1]: npm ERR! errno 1
2018-09-26T09:34:38.237317+00:00 app[web.1]: npm ERR! Dreamweeks@1.0.0 start: `yarn build && node index`
2018-09-26T09:34:38.237630+00:00 app[web.1]: npm ERR! Exit status 1
2018-09-26T09:34:38.238093+00:00 app[web.1]: npm ERR!
2018-09-26T09:34:38.238442+00:00 app[web.1]: npm ERR! Failed at the Dreamweeks@1.0.0 start script.
2018-09-26T09:34:38.238768+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2018-09-26T09:34:38.248105+00:00 app[web.1]:
2018-09-26T09:34:38.248342+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2018-09-26T09:34:38.248511+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-09-26T09_34_38_241Z-debug.log
2018-09-26T09:34:38.299776+00:00 heroku[web.1]: Process exited with status 1
2018-09-26T09:34:38.315124+00:00 heroku[web.1]: State changed from starting to crashed
2018-09-26T09:34:38.318283+00:00 heroku[web.1]: State changed from crashed to starting
2018-09-26T09:34:48.288302+00:00 heroku[web.1]: Starting process with command `npm start`
2018-09-26T09:34:50.965638+00:00 app[web.1]:
2018-09-26T09:34:50.965660+00:00 app[web.1]: > Dreamweeks@1.0.0 start /app
2018-09-26T09:34:50.965661+00:00 app[web.1]: > yarn build && node index
2018-09-26T09:34:50.965663+00:00 app[web.1]:
2018-09-26T09:34:51.837857+00:00 app[web.1]: yarn run v1.6.0
2018-09-26T09:34:52.037574+00:00 app[web.1]: $ webpack -p
2018-09-26T09:35:33.614690+00:00 app[web.1]: [copy-webpack-plugin] WARNING - unable to locate './src/assets' at '/app/src/assets'
2018-09-26T09:35:33.678198+00:00 app[web.1]: Hash: 4ed6bf5f5362fffa35da
2018-09-26T09:35:33.678202+00:00 app[web.1]: Version: webpack 3.12.0
2018-09-26T09:35:33.678204+00:00 app[web.1]: Time: 39732ms
2018-09-26T09:35:33.678206+00:00 app[web.1]: Asset Size Chunks Chunk Names
2018-09-26T09:35:33.678208+00:00 app[web.1]: app.js 888 kB 0 [emitted] [big] main
2018-09-26T09:35:33.678210+00:00 app[web.1]: index.html 439 bytes [emitted]
2018-09-26T09:35:33.678212+00:00 app[web.1]: [22] ./src/lib/Auth.js 2.07 kB {0} [built]
2018-09-26T09:35:33.678214+00:00 app[web.1]: [37] ./node_modules/css-loader!./node_modules/sass-loader/lib/loader.js!./src/scss/main.scss 2.61 kB {0} [built]
2018-09-26T09:35:33.678216+00:00 app[web.1]: [43] (webpack)/buildin/module.js 517 bytes {0} [built]
2018-09-26T09:35:33.678218+00:00 app[web.1]: [189] (webpack)/buildin/global.js 509 bytes {0} [built]
2018-09-26T09:35:33.678219+00:00 app[web.1]: [208] ./src/app.js 3.8 kB {0} [built]
2018-09-26T09:35:33.678221+00:00 app[web.1]: [239] ./src/scss/main.scss 1.22 kB {0} [built]
2018-09-26T09:35:33.678223+00:00 app[web.1]: [265] ./node_modules/moment/locale ^\.\/.*$ 2.98 kB {0} [optional] [built]
2018-09-26T09:35:33.678224+00:00 app[web.1]: + 416 hidden modules
2018-09-26T09:35:33.678226+00:00 app[web.1]:
2018-09-26T09:35:33.678228+00:00 app[web.1]: ERROR in [copy-webpack-plugin] unable to locate './src/assets' at '/app/src/assets'
2018-09-26T09:35:33.678230+00:00 app[web.1]: Child html-webpack-plugin for "index.html":
2018-09-26T09:35:33.678232+00:00 app[web.1]: 1 asset
2018-09-26T09:35:33.678234+00:00 app[web.1]: [0] ./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html 753 bytes {0} [built]
2018-09-26T09:35:33.678235+00:00 app[web.1]: [2] (webpack)/buildin/global.js 509 bytes {0} [built]
2018-09-26T09:35:33.678237+00:00 app[web.1]: [3] (webpack)/buildin/module.js 517 bytes {0} [built]
2018-09-26T09:35:33.678239+00:00 app[web.1]: + 1 hidden module
2018-09-26T09:35:33.725979+00:00 app[web.1]: error Command failed with exit code 2.
2018-09-26T09:35:33.726334+00:00 app[web.1]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2018-09-26T09:35:33.748605+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2018-09-26T09:35:33.749234+00:00 app[web.1]: npm ERR! errno 1
2018-09-26T09:35:33.751021+00:00 app[web.1]: npm ERR! Dreamweeks@1.0.0 start: `yarn build && node index`
2018-09-26T09:35:33.751292+00:00 app[web.1]: npm ERR! Exit status 1
2018-09-26T09:35:33.751643+00:00 app[web.1]: npm ERR!
2018-09-26T09:35:33.751927+00:00 app[web.1]: npm ERR! Failed at the Dreamweeks@1.0.0 start script.
2018-09-26T09:35:33.752195+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2018-09-26T09:35:33.817534+00:00 app[web.1]:
2018-09-26T09:35:33.817819+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2018-09-26T09:35:33.818023+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-09-26T09_35_33_754Z-debug.log
2018-09-26T09:35:33.911439+00:00 heroku[web.1]: State changed from starting to crashed
2018-09-26T09:35:33.888780+00:00 heroku[web.1]: Process exited with status 1
2018-09-26T09:35:35.698861+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dreamweeks.herokuapp.com request_id=26156633-9703-4d7b-a5a7-eb1ce3e3a986 fwd="79.67.162.250" dyno= connect= service= status=503 bytes= protocol=https
2018-09-26T09:35:36.619976+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dreamweeks.herokuapp.com request_id=5df38e3f-6b70-4d6d-a638-d91ff9bf71d0 fwd="79.67.162.250" dyno= connect= service= status=503 bytes= protocol=https
2018-09-26T09:35:41.775767+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dreamweeks.herokuapp.com request_id=747fe0e6-b67a-4884-ada4-a24f60bb28ad fwd="79.67.162.250" dyno= connect= service= status=503 bytes= protocol=https
2018-09-26T09:45:30.006192+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/robots.txt" host=dreamweeks.herokuapp.com request_id=220bb471-3197-4e97-89ed-a9e2179170c7 fwd="199.16.157.180" dyno= connect= service= status=503 bytes= protocol=https
2018-09-26T09:45:30.064585+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/robots.txt" host=dreamweeks.herokuapp.com request_id=c66f2f62-723c-4c20-a4e7-ad2fc7170976 fwd="199.16.157.180" dyno= connect= service= status=503 bytes= protocol=https
2018-09-26T09:45:30.146471+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/robots.txt" host=dreamweeks.herokuapp.com request_id=630a80b5-9e77-457a-a6c9-1948f122a3c9 fwd="199.16.157.180" dyno= connect= service= status=503 bytes= protocol=https
2018-09-26T09:45:30.237089+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/robots.txt" host=dreamweeks.herokuapp.com request_id=f9aea021-99e6-494f-8c89-a38e914c7a1f fwd="199.16.157.180" dyno= connect= service= status=503 bytes= protocol=https
2018-09-26T09:45:30.339538+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dreamweeks.herokuapp.com request_id=77dbed99-a7c8-4b42-9a27-118ae65284f7 fwd="199.16.157.180" dyno= connect= service= status=503 bytes= protocol=https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment