You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the event that the running application needs to be restarted, use the following [Heroku CLI command](https://devcenter.heroku.com/articles/heroku-cli-commands):
8
+
9
+
```sh
10
+
> heroku dyno:restart -a oasis-timeline-autobot
11
+
```
12
+
13
+
#### Logging
14
+
15
+
To view the running application logs, use the following [Heroku CLI command](https://devcenter.heroku.com/articles/heroku-cli-commands):
0 commit comments