Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tgross
Copy link
Contributor

@tgross tgross commented Aug 18, 2016

For #30

Includes:

  • Bump ContainerPilot to 2.4.1
  • Split tagging from shipping so you can do local testing w/ make build tag test-local-docker w/o shipping to the Docker Hub
  • Make ContainerPilot log level respect the same LOG_LEVEL env var that the manage.py script does
  • Make unit testing work on Shippable
  • Clean up some logging and exception handling quirks

tgross added 6 commits August 19, 2016 10:16
The `manage.py` script gets its log level from the env var `LOG_LEVEL`
which we set manually in testing, but this doesn't effect ContainerPilot
logging. This commit updates the ContainerPilot configuration to also
use the `LOG_LEVEL` env var, defaulting to INFO.
For #45.
We can't run the tests in the build container because that's on Python3
and the `bin/manage.py` application is still on Python2, but that might
be a good idea in the future.
@tgross tgross changed the title [WIP] Logging and exception handling improvements Logging and exception handling improvements Aug 29, 2016
@tgross
Copy link
Contributor Author

tgross commented Aug 29, 2016

@misterbisson I think this is ready for review if you get a sec.

@misterbisson
Copy link
Contributor

:pickles:

@tgross tgross merged commit 9419c1f into autopilotpattern:master Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants