-
Notifications
You must be signed in to change notification settings - Fork 7
Troubleshooting
For Production: SSH into aws-admin
and then SSH into rogue
. CD to /var/www/rogue/current/storage/logs
. There you can access the 5 most recent daily log files.
For Thor: Make sure you have Heroku CLI installed. You can run heroku logs --app rogue-thor
to see the most recently logged items. You can also see the logs here on the Heroku website. These log spots store a limited history. To be able to access full log history, check out Logentries. That link defaults to the most recent 20 minutes of logs, but you can also change the time period, search, and see a live tail of the logs.
You can request access from @morgan
in #devops. Make sure you don't have a working invite buried somewhere in your inbox first though!
From the command line using Heroku CLI:
heroku run php artisan YOUR_COMMAND_HERE --app YOUR_APP_HERE
Currently, our only app is rogue-thor
.
- Slack
thor
to Gambit Staging to get Gambit Thor keywords — look for campaigns that are ‘active’ OR go to https://gambit-admin-staging.herokuapp.com/ (login in LastPass) and you can see campaigns that are active/inactive. - Pick a campaign and text to +1-312-477-0548.
It lives right here!
Search the name of the rule (try no-nested-ternary
) into the search box on eslint.org to read more.
Airbnb's JavaScript Style Guide sometimes provides some good context for reasons behind linting rules!