Adding support for the `debug` var to enable verbose logging

Change-Id: Ie7f15293ed8a1434427d7af3a668b381a2ae439d
This commit is contained in:
Travis Truman 2016-08-12 13:54:27 -05:00
parent e0e09643d0
commit 92e6f25e58
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
## Verbosity Options
debug: False
# Set the package install state for distribution packages
# Options are 'present' and 'latest'
barbican_package_state: "latest"

View File

@ -2,7 +2,7 @@
# Disable stderr logging
use_stderr = False
# Show debugging output in logs (sets DEBUG log level output)
#debug = True
debug = {{ debug }}
# Address to bind the API server
bind_host = 0.0.0.0