deckhand/deckhand/tests/unit
Felipe Monteiro 905ca1732b Fix Deckhand logging
The following deployment logic should be included to get logging
to work correctly:

1) tox -egenconfig
   - Store the output in /etc/deckhand/deckhand.conf for example
2) Copy logging.conf.sample in etc folder to /etc/deckhand/logging.conf
3) Set the following options in under [DEFAULT] in
   /etc/deckhand/deckhand.conf:

   - log_config_append = /etc/deckhand/logging.conf
   - log_file = deckhand.log
   - log_dir = <path/to/deckhand/dir>
   - debug = true (optionally)

Change-Id: I8e8ebd041e801a5eef0f10b1bbc76ce95aecbf55
2017-09-19 15:45:40 -04:00
..
control Fix Deckhand logging 2017-09-19 15:45:40 -04:00
db Bucket deletion implementation 2017-09-18 23:03:38 +01:00
engine [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
resources Fix flake8 errors 2017-08-14 20:48:14 +01:00
views Bucket deletion implementation 2017-09-18 23:03:38 +01:00
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
base.py [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00