Skip to content

Instantly share code, notes, and snippets.

@haydonryan
Last active May 2, 2017 14:39
Show Gist options
  • Save haydonryan/907c02e347f653db02817f998db71fa5 to your computer and use it in GitHub Desktop.
Save haydonryan/907c02e347f653db02817f998db71fa5 to your computer and use it in GitHub Desktop.

Turn on debug logging

/home/tempest-web/tempest/web/config/environments/production.rb
config.log_level = :info   -> config.log_level = :debug

Creates logs in: /tmp/logs

Restarting ops manager

sudo service tempest-web stop sudo service tempest-web start Note: Don't forget to log into ops manager and enter the decryption passphrase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment