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

This commit is contained in:
Jenkins 2016-08-16 20:10:46 +00:00 committed by Gerrit Code Review
commit 56931a7165
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