Quick Start Deploy a Java App on Heroku | Manage and sale a java app on Heroku| Trailhead Salesforce

62 views Dec 19, 2021

Quick Start Deploy a Java App on Heroku | Manage and sale a java app on Heroku | Trailhead Salesforce Manage and Scale a Java App on Heroku View Your Heroku App Logs Heroku treats logs as streams of time-ordered events aggregated from the output of both your app and the Heroku components that run it. The result is a single channel for all logging events. You can view the logging output from the app you created in the previous unit by running the command Heroku logs --tail. Leave this command running, and visit your application in the browser again by running heroku open in another terminal session (or simply refresh the web page if you still have it open). You see a log message generated each time you visit the page. Press Ctrl+C to stop streaming the logs. Inspect Your App’s Processes Right now, your app is running on a single web dyno. A dyno is a lightweight container that runs the command specified in an app’s Procfile, which is a text file in the root directory of your application. The Procfile is used to explicitly declare what command should be executed to start your app. The Procfile in the example app you deployed is shown here. Click on Me: https://youtu.be/Y19ugNu32ZM?sub_confirmation=1 Follow Us -------------------------------- Facebook: https://www.facebook.com/My-Programming-School-108985620640065 Instagram: https://www.instagram.com/pramodkumar.yadav.3701779/ Twitter: https://twitter.com/pramodk57166791 Linkin: https://www.linkedin.com/in/pramod-yadav-818a00152/ Website: https://www.myprogrammingschool.com/